﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 140px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    background-color: #fff;
    border-bottom: 1px solid lightgrey
}
.jumbotron-background-image {
    background:no-repeat;
    background-size:100%;
    padding:0px;
    margin:0px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 1000px;
}

@media(max-width: 767px) {
       .carousel-caption h2
       {
           font-size:18px;
           margin:0px;
           margin-bottom:0px;
           padding-bottom:0px;
       }
       .carousel-caption h3
       {
           font-size:12px;
           margin:0px;
           margin-bottom:0px;
           padding-bottom:0px;
       }
       .carousel-caption 
       {
           padding-bottom:0px;
           margin-bottom:0px;
       }
        .container h2 {
        font-size: 18px;
        margin: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
       }
         .container h3 {
        margin: 0px;
        margin-bottom: 0px;
       }
       .testoResponsive {
            font-size:2em;
            color:white; 
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
        }
}

@media(min-width: 768px) {
       .carousel-caption h2
       {
           font-size:25px;
           margin:0px;
           margin-bottom:10px
       }
       .carousel-caption h3
       {
           font-size:20px;
           margin:0px;
           margin-bottom:10px
       }
       .carousel-caption 
       {
           padding-bottom:0px
       }
       .thumbnail {
            margin-bottom: 10px;
            min-height: 410px;
        }
       .testoResponsive {
            font-size:2.5em;
            color:white; 
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
        }
}
@media(min-width: 992px) {
       .carousel-caption h2
       {
           font-size:35px;
           margin:0px;
           margin-bottom:10px
       }
       .carousel-caption h3
       {
           font-size:25px;
           margin:0px;
           margin-bottom:10px
       }
       .carousel-caption 
       {
           padding-bottom:20px
       }
       .thumbnail {
            margin-bottom: 10px;
            min-height: 400px;
        }
       .testoResponsive {
            font-size:3em;
            color:white; 
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
        }
}
@media(min-width: 1200px){
       .carousel-caption h2
       {
           font-size:40px;
           margin:0px;
           margin-bottom:10px
       }
       .carousel-caption h3
       {
           font-size:30px;
           margin:0px;
           margin-bottom:10px 
       }
       .carousel-caption 
       {
           padding-bottom:30px
       }
       .thumbnail {
            margin-bottom: 10px;
            min-height: 380px;
        }
       .testoResponsive {
            font-size:3.5em;
            color:white; 
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
        }
}
#panelProducts{
    padding-left: 0px;
    padding-right: 0px;
}
#panelHeading{
    background-color: lightgrey
    
}
.caption h3 {
    margin-top:0px
}
.navbar-nav > .active > a {
    color:grey;
    border-top:1px solid #E5E4E2;
    border-left:1px solid #E5E4E2;
    border-right:1px solid #E5E4E2;
}
.navbar-nav > .active > a:hover {
    color:black;
    background-color: white;
    border-top:1px solid #E5E4E2;
    border-left:1px solid #E5E4E2;
    border-right:1px solid #E5E4E2;
}
.services-presentation-text {
	 position: absolute;
	 top: 140px;
	 left: 0px;
     padding:20px;
}
.panel-heading {
    padding-top:5px;
    padding-bottom:5px;
    color:#fff;
}

p {
    margin: 10px 0 10px;
}

a:hover {
    text-decoration: underline;
}

.tabellaleggi81ColonnaTesto td {
    width:20%
}
.tabellaleggi81ColonnaSpazio td {
    width:5%
}



.navInAccordion {
    border-bottom:1px solid lightgray;
    padding-bottom:5px;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: white;
}

.footer {
    padding-top:10px;
    padding-bottom:10px;
}

.anchor {
    display:block;
    font-size:15px;
}

.xxanchora {
    position:relative;
    top:100px;
}

.panel-title {
    font-size:18px;
    margin-bottom: 0;
    margin-top: 0;
}

.Evidenzia1, .highlight {
	color:darkblue;
	background-color:yellow;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
