/* stile per leader Scavi */

body {
    overflow-x: hidden;
   font-family: 'Lato', sans-serif;
   font-size:18px;
}

/* centered columns styles */
 .row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}

.dimensione {
padding: 4%;
width: 44%;
float:left
}

.margineInferiore {
    margin-bottom: 3%;
}
.menuMobile {
    display: none;
}

.menuCategoria {
    background-color: #ccc;
}

.bordoInferiore {
    border-bottom: 1px solid #eaeaea;
}

.bordoGiallo {
     border-bottom: 1px solid #fcdb00;
}

#menuCat {
    margin-left: auto;
    margin-right: auto;
    float:none;
    width: 81%;
    font-size:12px;
}
#menuCat li a {
    color:black;
    text-transform: uppercase;
}
#menuCat li a:hover {
    text-decoration: underline;
}
.centrato {
    margin-left: auto;
    margin-right: auto;
}

.padding {
    padding-bottom: 5%;
    padding-top: 4%;
}

.paddingTitolo {
    padding-bottom: 2%;
    padding-top: 3%;
}

a {
    color: black;
}
/* parte per il menu */

#menu {
    margin-top: 5%;
    text-transform: uppercase;
    border-bottom: 1px solid #fcdb00;
    width:100%;
}

#menu li {
    padding-right: 4%;
    padding-left: 4%;
}

#menu li a:hover {
    background-color: white;
    text-decoration: underline;
    color: black;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 400px;
}
.fade-carousel .carousel-inner .item {
    height: 400px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 10px;
    background-color: white;
    /*border-color: #01A0A4;*/
    opacity: .7;
    width: 10px;
    height: 10px;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fcdb00;
   border-color: #fcdb00;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100%;
  width: 100%;
 /* background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;*/
}

.slides img {
    width:100%;
    height: 100%!important;
}


/* footer */

footer {
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #ccc;
    color: black;
    font-size:17px;
}

footer a {
    color:black;
    
}


/* classi personali per il visual Composer */

.margineImg {
    margin-top: 30%;
}

@media screen and (min-width:1200px) {
    
    .fade-carousel {
    position: relative;
    height: 30%;
}
.fade-carousel .carousel-inner .item {
    height: 30%;
}
    
    
    .slides img {
    width:100%;
    height: auto!important;
}
}
@media screen and (max-width:1024px) {
    #menu {
        font-size:14px;
    }
    #menuCat {
        width: 90%;
      font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .menuMobile {
        display: block;
    }
    .menuResp {
        display: block;
        font-size:25px;
        text-align: center;
        color:#fcdb00;
        padding-top: 14%;
    }
    a.dropdown-toggle:hover {
        text-decoration: none;
    }
    #menu, #menuCat {
        display: none;
    }
    .paddingClassico {
        padding: 15px 20px;
        text-align: center;
        font-size: 15px;
        background-color: #ccc;
        
    }
    #menuMobile {
        width:90%;
    }
    #menuMobile li a {
        text-align: center;
        font-size: 15px;
    }
    .dimensione {
        width: 90%;
        float:none;
        display: block;
    }
}

@media screen and (max-width:767px) {
    .menuResp {
        font-size: 25px;
        padding-top: 0;
    }
    h1 {
        font-size: 28px;
    }
    .dimensione {
        width: 100%;
    }
    .imgCentrataMobile {
        display: block;
        margin-left: auto;
        margin-right:auto;
    }
    .centratoMobile {
        text-align: center;
    }
}
