header.carousel {height: auto;   background-color: transparent;   border-bottom: none;}
header.carousel  a { color: #fff;}
header.carousel .language_header a.active { color:#fff; }
header.carousel .language_header a { color:#6f6f6f}
header.carousel .navbar-inverse {background: none; border:none; background-color: transparent}
header.solid_head {box-shadow: 0 6px 11px #D3D3D3;}
header.solid_head a { color: #000; }
header.carousel .toggle_menu > .icon-bar { background-color: #fff }
/*header.carousel #slide-nav.slide-active .navbar-toggle > .icon-bar { background-color: #000 !important}*/
.front_logo { width: 115px}
/*.navbar-brand { width: 150px;}*/

html,
body {
    height: 95%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*footer {
    margin: 50px 0;
}*/

#carousel-example-generic .carousel-indicators {   text-align: right; bottom: 30px}
.footer { background: #fff}