/*--- PERSONALIZZAZIONE BOOTSTRAP ---*/

body * {
    font-family: 'Roboto', sans-serif; /*font-family: 'Open Sans' , sans-serif;*/
    border-radius: 0 !important;
}

body {
    /*padding-top: 125px;*/
    color: #000;
}

.form-control {
    color: #000;
}

.list-unstyled a {
    font-weight: bold;
}


.popover, .popover-content {
    min-width: 600px;
    font-weight: bold;
}

.glyphicon.myToolTip_hover {
    font-size: 18px;
}

/*--- LOGO ---*/
#logo {
    background: url("../app/img/logo.png") no-repeat;
    width: 400px;
    height: 89px;
    float: left;
    margin: 25px 10px 10px 0px;
}


    #logo:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

.image-background {
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    background: url("../app/img/carousel-0.jpg") no-repeat center top;
    position: fixed;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar {
    background-color: #2a7304;
    font-size: 18px !important; /*min-height: 212px;*/
}

.navbar-inverse > * {
    text-transform: uppercase;
    font-size: 18px !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #359405;
    font-size: 18px !important;
}


.navbar-inverse .navbar-nav > li > a, .dropdown-menu > li {
    color: #d4d4d4;
    font-size: 18px !important;
}

.flag {
    padding: 6px !important;
    /*vertical-align: middle !important;*/
}

a {
    color: #2a7304;
}

    a:hover {
        color: #359405;
    }

    .cropimg {
        object-fit: cover;
    }
/* BUTTON PERSONALIZZATO */

.btn-custom {
    color: #fff;
    background-color: #2a7304;
    border-color: #359405;
}

    .btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active {
        color: #fff;
        background-color: #359405;
        border-color: #359405;
    }

    .btn-custom.disabled:hover, .btn-custom.disabled:focus, .btn-custom.disabled:active, .btn-custom.disabled.active, .btn-custom[disabled]:hover, .btn-custom[disabled]:focus, .btn-custom[disabled]:active, .btn-custom[disabled].active, fieldset[disabled] .btn-custom:hover, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:active, fieldset[disabled] .btn-custom.active {
        color: #fff;
        background-color: #2a7304;
        border-color: #359405;
    }

    .visibile {
       
    }

    .nascosto {
        display:none;
    }

/*--- SEZIONI *---*/

.section-header {
    vertical-align: middle;
    box-shadow: 1px 1px 2px #f0ede4;
    background-image: linear-gradient(#f0ede4, #fff);
    background-size: cover;
}

    .section-header h1 {
        color: #222;
        font-size: 3.5em;
    }


.section-footer {
    background-color: #2a7304;
    color: #fff;
    padding-top: 0px;
}

    .section-footer a {
        color: #ddd;
    }

.section-content {
    min-height: 450px;
    padding: 15px 0px 15px 0px;
}

.section-alternate {
    min-height: 100px;
    box-shadow: 0px 0px 2px #999;
    background-size: cover;
    background-color: #f0ede4;
    padding: 30px 0px 30px 0px;
}

.service-icon {
    padding: 10px;
    -webkit-transform: scale(1.0);
    -webkit-transition: -webkit-transform 0.3s linear;
    transform: scale(1.0);
    transition: all 0.3s linear;
}

    .service-icon:hover {
        padding: 10px;
        -webkit-transform: scale(1.1);
        -webkit-transition: -webkit-transform 0.3s linear;
        transform: scale(1.1);
        transition: all 0.3s linear;
    }


/*--- torna su ---*/
#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 10000;
    display: none;
    margin: 0;
    width: 50px;
    height: 42px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-color: #2a7304;
    -webkit-transition: background 0.15s ease-in-out 0s;
    -moz-transition: background 0.15s ease-in-out 0s;
    -o-transition: background 0.15s ease-in-out 0s;
    transition: background 0.15s ease-in-out 0s;
}

    #back-to-top:hover {
        background-color: #359405;
    }

    #back-to-top i {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -9px 0 0 -9px;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 1em;
    }

.spacer {
    min-height: 50px;
}
