﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #000000;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.nav > li > a {
    padding-right: 8px;
    padding-left: 8px;
    font-weight: bold;
}

.navbar-toggle {
    border-color: #333;
}

.icon-bar {
    background: #000000 !important; /*Whatever colour you want for icon lines*/
}

/*Centra il menù*/
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: left;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 10;
    top: 35%;
    text-align: left;
    color: #000000;
    padding-left: 10%;
    padding-right: 10%;
    right: 0%;
    left: 0%;
    bottom: auto;
}

.pixelbianco {
    background-image: url('/img/PixelBianco.png')
}

.carousel-control {
    color: #000000;
    opacity: 1;
    width:80px;
}


.carousel-inner {
    position: absolute;
    height: 84%;
    margin-top: 5%;
}

.carousel-inner .item {
    position:relative; 
    height:100%;
}

.carousel-inner .item .box-img {
    position: relative;
    /*height: 50%;*/
    text-align: center
}

.height50{
    height: 50%;
}
.carousel-inner .item .box-img img {
    position: relative;
    width: 100%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-inner .item .box-img div {
    position: relative;
    width: 98%;
    height: 98%;
    border: 1px solid #000000;
    overflow: hidden;
    top: 1%;
    margin: 1%;
    margin: auto;
}

.carousel-inner .item .box-img div.no-border {
    border: 0px;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-indicators div, .carousel-indicators a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 10px;
}

h1.menu{
    padding: 0;
    margin:0;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .navbar .navbar-collapse {
        text-align: center;
    }
}
    
/* TIPO PAGINA 2*/
.carousel-inner .item .box-img-tipo2 {
    position: relative;
    /*height: 100%;*/
    text-align: center;
}

.carousel-inner .item .box-img-tipo2 img {
    position: relative;
    /*height: 100%;*/
    margin: auto;
    left:50%;
    margin-left:-100%;
}
.testo_pagina4 {
    width: 80%;
    padding-left: 10%;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
.testo_pagina2 {
    width: 77%;
    padding-left: 10%;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

.caption-pagina3, .caption-pagina7 {
    padding-top: 25px;
    padding-bottom: 25px;
    top: 40%;
}
.caption-pagina4 {
    padding: 25px 10%;
    top: 36%;
}
.caption-pagina8 {
    top: 40%;
}
.noMarginTop {
    margin: 0;
}

.noMarginTopBottom {
    margin: 0;
}

.height100 {
    height: 100%;
}

.logoPagina4 {
    position: absolute;
    top: 7%;
    left: 10%;
    z-index: 100;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.testo-contatti {
    line-height:1.5em;
    text-align:center;
    font-size:16px;
    font-weight:bold;
}

.titolo-contatti {
    text-align: center;
    padding: 0 10% 20px 10%;
    font-weight: bold;
    width: 100%;
    border: 0px solid #000000;
}

.ekko-lightbox-nav-overlay a, .ekko-lightbox-nav-overlay a span {
    color: #337ab7;
}
.contatti-caption {
    text-align: left;
    color: #000000;
    bottom: auto;
    margin-top:80px;
}

.contatti-caption h2{
    margin: 0;
}
.pdf{
    height: 30px;
}
.bandiera {
    height: 20px;
    margin-top: -3px;
}
.loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fafafa url(/img/page-loader.gif) no-repeat center center;
    text-align: center;
    color: #999;
}
.menu_sel > a, .menu_sel > a:visited, a.menu_sel {
    background-color: #0c4da2;
    color: #ffffff;
}
.nav > li > a:hover {
    color: #0c4da2;
}
    a, a:visited, a.menu_sel:visited {
        color: #000000;
    }
.nav .open > a.menu_sel {
    color: #000000;
}

.navbar-static-top{
    border:0;
}
footer {
    position: absolute;
    font-size: 10px;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
}