@import url("common.css");
@import url("top.css");
@import url("menu.css");
@import url("intro.css");
@import url("scopri.css");
@import url("bottone.css");
@import url("form_home.css");
@import url("footer.css");

.headerLine{
    background: url('../images/background/sfondo_dove_siamo.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cont{
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px; 
}
.intro p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 24px;   
    overflow: hidden;
}

#fSearch{
    /*background: url('../images/dove_siamo_box.png') center center no-repeat;
    height: 450px;*/
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
}
/*@media(max-width:767px){
    #fSearch{
	width: 333px;
	margin: 0 auto;
    }
}*/
#fSearch .calcola{ 
    text-transform: uppercase;
    font-weight: bold;
    color: #3d5464;
    padding: 0;
    line-height: 20px;
    /*box-shadow: 0 4px 2px -2px #3d5464;*/
    margin-bottom: 20px;
    text-align:center;
}

@media(min-width:992px) and (max-width:1229px){
   #fSearch .calcola{ 
       padding-top: 130px;
   }
}
@media(max-width:767px){
    #fSearch .calcola{ 
	line-height: 16px;
	font-size: 16px;
	padding-top: 135px;
    }
}
/*
@media(min-width:1230px){
    #fSearch{
	background: url('../images/dove_siamo_box.png') center center no-repeat;
	height: 450px;
    }
    #fSearch .calcola{ 
	padding-bottom: 50px;
	box-shadow: none;
    }
}*/

.box_ricerca{
    text-align: center;
    /*margin-top: 60px;*/
}
@media(max-width:767px){
    .box_ricerca{
	text-align: center;
	margin-top: 50px;
    }
}
.box_ricerca .spiegazione{
    color:#00819f;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 16px;
}

.box_ricerca .input{
    width: 80%;
    padding: 5px;
    font-family: 'Barlow', sans-serif;
    color:#5d5d5d;
    margin: 0 auto 20px;
    border: 0;
    text-align: center;
}

.box_ricerca button{
    border:0;
}


@media(max-width:767px){
    .lineBlack.box_footer:before{
	border-top:25px solid #fff;
	border-right:0;
    }
    .lineBlack.box_footer .downLine{
	margin-top: 25px;
    }
}


@media(min-width:992px){
    .pull_right_wl{
        float: right;
    }
    
    .pull_left_wl{
        float: left;
    }
}

.bkg_mappa{
    background: url("../images/bkg_mappa.png") no-repeat top center;
    background-size:cover;
    position: relative;
    top: 70px;
    z-index: 999;
}
.dove_siamo:before{
    display:none;
}
.bkg_mappa.no_top{
    top: 0;
}

.intro h3{
    font-size:35px;
    margin-bottom: 25px;
}
@media(min-width:768px){
    .intro h3{
        font-size:45px;
    }
}