@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Open+Sans');


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');



body {
	
	font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    color: #000;

}
.extra-grassetto 
{
     font-weight:800;
    
}
.grassetto{
     font-weight:700;
    
}

h1.nomi {
    font-size: 10px;
}

a {
    color: #000;
}


html, body {
    height: 100%;
}

.prova {
	min-height: 100%;    height: auto !important;    height: 100%;   
}

img {
	 max-width: 100%;
  height: auto;
}

.icon-lg{	font-size:50px!important; }


.navbar {
    display: none;
}

input#edit-preview {
    display: none;
}

.navbar-brand {padding:0px;}


a span.quickedit-field {
    pointer-events: none;
   cursor: default;

}
.navbar-fixed-top {
    top:80px;
}

.indirizzo h2{
    line-height: 20px;
}

.sfondo-home-mobile{
    display: none;
} 

.menu-principale-mobile{
    display: none;
    
}


    
/* ------------ HEADER ------------ */

.slogan {
    padding-top: 100px;
}
.carousel-control.right, .carousel-control.left {
    background-image:none;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
       
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        line-height: 1;
    }

.sfondo-home {
    background: url(/themes/venditti/img/sfondo-venditti.jpg) no-repeat;
    background-size: cover;
   /*min-height: 1000px;*/
}

ul.menu-footer-mobile{
 display: none;
} 

/* ------------ MENU ------------ */


.media {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.navbar-default {
    background-color:transparent;
    border-color:#fff;
}

.navbar {
    border: none;
}

ul.navbar-nav {
    background-color: #fff;
}

.navbar-nav {
    margin: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:#fff;
}


#navbar li {
    font-size: 12px;
    border-bottom: solid 1px #ccc;
}

.menu-principale ul li{
    display: inline-block;    
}

.menu-principale ul li a {
    color:#000; 
} 

.menu-principale ul li a:hover {
    color:#000;
    text-decoration: none;
}


.menu-principale {
       
    padding-top:64px;
  
    font-size: 14px;
}




.hvr-underline-from-left  {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
 
  
}



.hvr-underline-from-left:before  {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #E44414;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
  
}

.spazio{
    padding-right: 70px;
} 

/* ------------ CONTENUTO ------------ */

.immagini-progetto  a img {
    position:relative;min-height:1px;padding-right:15px;padding-left:15px;
    float: left;
    width: 50%;
    padding-bottom: 15px;
}

.presentazione h1 {
    
    font-weight: bold;
    font-size: 40px;
}
.presentazione h2 {
    font-size: 15px;
    font-weight: lighter;
   
}

.presentazione h4 
 {
    font-size: 14px;
    font-weight: lighter;
   
}

.sfondo-servizi{
     background: url(/themes/venditti/img/sfondo-servizi.jpg) no-repeat;
    background-size: cover;
  
    min-height: 1000px;
    padding-top:250px;
    
} 

.sfondo-servizi h1{
    color: #fff;
    font-weight: bold;
}

h2.sfondo-titolo {
     background: url(/themes/venditti/img/sfondo-titolo.jpg) repeat;
    height: 50px;
    font-size: 15px;
    color: #fff;
    padding-top:10px;
    
}
.campi h1 {
    font-size: 22px;
    font-weight: bold;
}

.campi h2{
    font-size: 14px;
    font-weight:lighter;
    
} 


#edit-field-privacy-value--description{
    font-size:12px;
} 


.contact-message-chiamaci-o-compila-il-form-per-r-form {
    font-size:14px;
}

/* ------------ CONTENUTO ------------ */

/* ---- Progetti ---- */

.settori-row {
    padding: 5px;
}

.media__body:hover { opacity: 1; }

.media__body:after,
.media__body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  /*bottom: 1em;*/
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.media__body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}

.media__body:after {
  border-left: none;
  border-right: none;
  /*bottom: 2em;*/
  top: 2em;
}

.media__body:hover:after,
.media__body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.media__body h2 { margin-top: 0; }

.media__body p { margin-bottom: 1.5em; }

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.media {
    margin-top:0px;
    
}
.colore img:hover {
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
}
.colore img {
  filter: none;
  -webkit-filter: none;
}

/* ---- PROGETTI ---- */


/* ------------- FORM ------------ */

.contact-message-scrivici-per-richiederci-informa-form label {
    color: #038c98;
    font-weight: lighter;
    
}


div#edit-field-accetto-trattamento-privac-value--description.description {
    font-size: 10px;
    padding-bottom: 10px;
}



.contact-message-scrivici-per-richiederci-informa-form .field--type-string {
    padding-bottom: 20px;
}




button, html input[type=button], input[type=reset], input[type=submit] {
    width: 200px;
    background-color: #000;
    color: #fff;
    margin-top: 20px;
}






@media (max-width:480px) {
  body { padding: 2rem 1rem; }
  
  .map-list { margin: 1.375em 0; }
  .map-list p { margin-bottom: 0.5rem; }
  .map-list .button {
    position: static;
    transform: none;
    width: 100%;
  }
}





/* ------------ FOOTER ------------ */
.sfondo-footer{
    background: url(/themes/venditti/img/sfondo-footer.png) no-repeat;
    min-height: 250px;
    padding-top: 100px;
    
}

.logo-footer {
    
    min-height: 250px;
    background-color: #E44415;
}

footer, footer a, footer a:hover {
    color: #fff;
    font-size: 12px;
    
}
footer ul li{
    display: inline-block;
    list-style: none;
    padding: 0px 10px 0px 10px;
}



/* ------------ gallery ------------ */


#slider {
   margin: 0 auto;
   width: 100%;
   max-width: 100%;
   text-align: center;
}
#slider input[type=radio] {
   display: none;
}
#slider label {
   cursor:pointer;
   text-decoration: none;
}
#slides {
  
   position: relative;
   z-index: 1;
}
#overflow {
   width: 100%;
   overflow: hidden;
}
#slide1:checked ~ #slides .inner {
   margin-left: 0;
}
#slide2:checked ~ #slides .inner {
   margin-left: -100%;
}
#slide3:checked ~ #slides .inner {
   margin-left: -200%;
}
#slide4:checked ~ #slides .inner {
   margin-left: -300%;
}
#slides .inner {
   transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
   width: 400%;
   line-height: 0;
   height: 300px;
}
#slides .slide {
   width: 25%;
   float:left;
   display: flex;
   justify-content: center;
   align-items: center;
  
   color: #fff;
}
#slides .slide_1 {
   background: #00171F;
}
#slides .slide_2 {
   background: #003459;
}
#slides .slide_3 {
   background: #007EA7;
}
#slides .slide_4 {
   background: #00A8E8;
}
#controls {
   margin: -180px 0 0 0;
   width: 100%;
   height: 50px;
   z-index: 3;
   position: relative;
}
#controls label {
   transition: opacity 0.2s ease-out;
   display: none;
   width: 50px;
   height: 50px;
   opacity: .4;
}
#controls label:hover {
   opacity: 1;
}
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(1) {
   background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
   float:right;
   margin: 0 -50px 0 0;
   display: block;
}
#slide1:checked ~ #controls label:nth-last-child(2),
#slide2:checked ~ #controls label:nth-last-child(3),
#slide3:checked ~ #controls label:nth-last-child(4),
#slide4:checked ~ #controls label:nth-last-child(1) {
   background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
   float:left;
   margin: 0 0 0 -50px;
   display: block;
}
#bullets {
   margin: 150px 0 0;
   text-align: center;
}
#bullets label {
   display: inline-block;
   width: 10px;
   height: 10px;
   border-radius:100%;
   background: #ccc;
   margin: 0 10px;
}
#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4) {
   background: #444;
}
@media screen and (max-width: 900px) {
 
   #slides {
      max-width: calc(100% - 140px);
      margin: 0 auto;
   }
}


/* ------------ testimonianza  ------------ */





/* ------------ testimonianze  ------------ */





.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(/themes/venditti/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}





@media only screen and (max-width: 487px) {

}



input, textarea {
	width:100%;

line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

input.webform-calendar {
	width:24px;
}

input.webform-submit.button-primary.form-submit {
	width:200px;
}

input#edit-submitted-allego-cv-upload-button {
	width:200px;
	margin-top:10px;
}




@media only screen and (min-width: 300px) and (max-width: 1080px) {
  
}


@media only screen and (min-width: 300px) and (max-width: 1024px) {
    .menu-principale {
        font-size: 12px;
        padding-top:0px;
    }
    button, html input[type=button], input[type=reset], input[type=submit]{
        width: 100px;
    }
    
    
}
@media only screen and (min-width: 300px) and (max-width: 1280px) {
    
.menu-principale {
       
    padding-top:32px;
    }

  
}


@media only screen and (min-width: 300px) and (max-width: 800px) {
  
    
.menu-principale {
        font-size: 14px;
    padding-top:47px;
    }
     
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
      .navbar {
    display: none!important;
        
}
    
    .logo-responsive {
        text-align: center;
    }
   
    .navbar-toggle{
        margin-top: 20px;
    } 
    
   
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 500px !important;
    }
    
    .immagini-progetto  a img {
    position:relative;min-height:1px;padding-right:15px;padding-left:15px;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
  
}




@media only screen and (min-width: 300px) and (max-width: 680px) {

    .navbar {
    display: block!important;
        
}
   
    .menu-principale {
        display: none;
    }
    .navbar-toggle {
        background: #ccc;
    }
    
    .logo img {
        width: 70%;
        padding-bottom: 20px;
        
    }
    
   
}

@media only screen and (min-width: 300px) and (max-width: 736px) {
     .navbar {
    display: block!important;
        
}
   .navbar-toggle {
        background: #ccc;
    }
    .menu-principale, .menu-pagine {
        display: none;
    }
    
     .logo img {
        width: 50%;
        padding-bottom: 20px;
        
    }
container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin-top:0px;
} 
    
    
   
    
    .navbar-toggle {
        margin-top:-35px;
    }
    
    .navbar-nav {
        margin-top:0px;
    }
   
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
     .navbar-fixed-top {
    top:120px;
        
}
    
  
    .navbar-toggle {
        background: #ccc;
    }
}


@media only screen and (min-width: 300px) and (max-width: 768px) {
    
    .sfondo-servizi {
        padding-top:0px;
    }
    .foto-operai {
        display: none;
    }
    
    .sfondo-home {
       display: none !important;
    }
    
    .sfondo-home-mobile {
       display: block!important;
    }
    
    ul.menu-footer-mobile{
 display:block;
        line-height: 30px;
} 
    ul.menu-footer{
        display: none;
    }
    
    .sfondo-footer{
    
    min-height: 140px;
    padding: 20px 0px 20px 0px;
    
}
    
    .slogan {
        padding-top: 50px;
    }
    
    .spazio {
        padding-right: 30px;
    }
    
   
     
}

@media only screen and (min-width: 700px) and (max-width: 768px) {
     .menu-principale-mobile{
        display:block;
        
    } 
}
    

@media only screen and (min-width: 300px) and (max-width: 414px) {
    .navbar-fixed-top {
    top:120px;
}
    .navbar-toggle {
        background: #ccc;
    }
    container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin-top:0px;
} 
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: none;
    }
    
    container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-top: 14px;
    }
    
}









