﻿/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-color: red;*/
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: inherit; /* 280px in site.css */
}

.BW-form {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}


.BW-navbar-bg {
    background-color: #369;
}

.BW-navbar-label {
    /*float: right;*/
    min-height: 36px;
    padding: 5px 5px; 
    font-size: 18px;
    /*line-height: 20px;*/
    font-family: 'Times New Roman', Times, serif; 
    background-color: #333;     /*#369*/
    margin-right:2px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
} 



.navbar-header {
    /*background-color: rebeccapurple;*/
    padding-left:10px;
}


.navbar-inverse .navbar-nav > li > a:focus {
    color: #767676;
    background-color: transparent; 
    text-decoration: none; /* BW */
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #767676;
    background-color: transparent;
    text-decoration: underline; /* BW */
    text-shadow: 10px 12px 2px #333;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
    text-decoration: none; /* BW */
}


.navbar-wrapper .navbar .container {
    background-color: #fff;          /*#767676*/ 
}

.navbar-toggle {
    /*
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    */
    background-color: #333; /* transparent BW */
    /*
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    */
}
.navbar-inverse {
    background-color: #fff; /* #333 #369 */
}


/*xxxx */

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #e0dede;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
}



/*.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
    background-color: yellow;
}

.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
}

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
        background-color: blue;
    }*/

.navbar-brand {
    float: left;
    height: 35px;
    padding: 5px 5px; /* 15px 25px BW */
    font-size: 18px;
    line-height: 20px;
    font-family: 'Times New Roman', Times, serif; /* BW */
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-brand > img {
    display: block;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: rgba(51, 122, 183, 1);
    background-color: transparent;
}


@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;  /*-15px; BW*/
    }

    .navbar-inverse {               /* BW */
        background-color: transparent;
    }

    .navbar-wrapper {               /* BW */
        background-color: transparent;
    }

    .navbar {                       /* BW */
        background-color: #fff;
    }

    /* Set widths on the form inputs since otherwise they're 100% wide */
    input,
    select,
    textarea {
        max-width: none; /* BW 280px in site.css */
    }

}

@media (max-width: 767px) {         /* BW  inserito */
    .navbar-inverse {
        background-color: transparent;
    }

    .navbar-wrapper {
        background-color: transparent;
    }

    .navbar {
        background-color: #fff;
    }

    /* Set widths on the form inputs since otherwise they're 100% wide */
    input,
    select,
    textarea {
        max-width: none; /* 280px in site.css */
    }

}

    /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

    .carousel-caption {
        color: darkblue;
    }

    /* BW FOOTER
-------------------------------------------------- */
    /*.footer-top {
    float: left;
    width: 100%;
    height: 197px;
}*/



    .footer-info a.logo-footer {
        display: block;
        margin: 55px 0 0 9px;
        width: 154px;
        height: 35px;
        background: url(../images/BrandoWeb_160x36_T.png) 0 -1156px;
    }

    .footer-top .footer-tool {
        float: left;
        width: 128px;
        height: 100%;
        border-right: #d7d8d9 1px solid;
    }

    .footer-top .footer-network {
        float: left;
        width: auto;
        height: 100%;
        width: 550px;
    }

    .footer-bottom {
        display: block;
        float: left;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #d7d8d9;
    }

