
/* OVERALL ASPECT */

body {
 /* background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;*/
    -webkit-overflow-scrolling: touch;
    margin-top: 0px!important;
    padding-top:0px;


}

/* Titles */
h1, h2, h3, h4, h5, h6 {
 /*   font-family: "Raleway";
    font-weight: 300;
    color: #333;*/
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	margin-bottom:0;
}

.btn-theme {
	/*color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;*/
}


/* WRAP SECTIONS */

/* hello */
#hello {
	/*width: 100%;*/
	padding-top: 130px;
	padding-bottom: 130px;
	background: url(../img/fondo-home.jpg) no-repeat center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width:100%;
	display:table;
}
#hello form {
	margin-top:30px;
}
#hello h1 {
	font-size: 80px;
	/*font-weight: 700;
	letter-spacing: 3px;*/
	color: #ffffff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
#hello h2 {
	color: #ffffff;
	font-weight: 400;
}
#hello .lead {
	font-size:30px;
	color:#ffffff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
#hello .lead strong {
	font-weight: 700;
}
#hello label {
	color: #ffffff;
}
#hello button {
	/*margin-top:25px;*/
}
/*  what  */
#what{
	background-color:#ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0px;
	min-width:100%;
	display:table;
}

#what p{
	font-size: 20px;
}
#what h3 {
	color: #009DDE;
}

/*  what  */
#chiusa{
	background-color:#ffffff;
	padding-top: 50px;
	padding-bottom: 0;
	margin-bottom: 0px;
	min-width:100%;
	display:table;
}

#chiusa p{
	font-size: 20px;
}
#chiusa .lead {
	font-size: 40px;
}

#blue {
	background-color: #009DDE;
	padding-top: 50px;
	margin-bottom: 0px;
	min-width:100%;
	display:table;

}

#blue h2 {
	color: white;
}

#blue .lead {
	color: white;
	font-size: 40px;
}

/* Social Links */
#social {
	/*width: 100%;*/
	padding-top: 50px;
	padding-bottom: 50px;
	background:#009DDE;
	min-width:100%;
	display:table;
}

#social i {
	font-size: 50px;
	color: #ffffff;
}

#social .col-md-3 {
	padding:30px;
}
/* lista categorie */
#listaCat {
	background-color: #009DDE;
	font-size: 14px;
	color:#fff;
}
#listaCat a{
	color:#fff;
}
/* Footer */
#f {
	padding-top: 20px;
	background-color: #009DDE;
	min-width:100%;
	display:table;
}

#f p {
	color: white;
	text-align: right;
	font-weight: 400;
}
#f a {
	color: white;
}

.grid .box {
	/*background:#ffffff;
	border:1px solid #cccccc;*/
	padding:15px;
}
.grid h3 {
	color: #009DDE;
}
.grid .lead {
	font-size:40px;
}
.grid .lead strong {
	font-weight: 700;
}
.btn-cerca-home {
    margin-top: 25px;
}
.form-box {
	padding:10px; 
	background-color:rgba(0, 0, 0, 0.3);
}

#cat-evidenza h2 {
	font-size:20px;
	font-color:white;
	margin-top: 16px;
} 
#cat-evidenza .label-primary {
	border: 2px solid white;
	background-color:transparent;
}
#cat-evidenza .label-primary:hover {
	border: 2px solid #009DDE;
	background-color:#009DDE;
}
#cat-evidenza label{
	 margin-bottom: 0;
}
#cat-evidenza a:hover, a:focus {
    text-decoration: none;
}


.vetrina > :nth-child(4n+4) { margin-right: 0; }

#homeVetrina h3{
    margin-top: -10px;
    color: #333;
}

.panel-annuncio-h:hover{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	cursor: pointer;

}
.panel-annuncio-h img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}
.panel-annuncio-h{
    width:226px;
    height:340px;
    background-color: #fff;
    padding:13px 13px;
    margin:0 12px 40px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    float:left;
    display: block;
    position:relative;
    border:1px solid #ddd;
}
.panel-annuncio-h-evidenza {
    border-left:8px solid #009dde;
    background-color: #ebf7fc;
    padding-left:9px;
    /*background-color: #f7fafd;*/
}

.last-h {
    margin-right:0 !important;
}
.panel-annuncio-h img {
    width:200px;
    margin-bottom:5px;
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);

}
.panel-annuncio-h h2 {
    margin: 7px 0;
    font-size:14px;
    line-height:17px;

}
.panel-annuncio-h .price {
    font-size:16px !important;
    font-weight:bold;
    float:right;

}
.panel-annuncio-h .price-full {
    font-size:13px !important;
    margin-right:3px;

}

.panel-annuncio-h .footer-h {
    background-color: #fff;
    color:#999;
    border-top: 1px dashed #ddd;
    height: 30px;
    left: 0;
    padding: 5px 17px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height:1;
}


@media (max-width: 480px) {
	#hello {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#hello h1 {
		font-size: 40px;
	}
	#hello .lead {
  	font-size: 35px;
    margin: 30px 0;
    text-align: center;
	}
	/* Blue, what, hello */
	#blue, #what, #hello, #chiusa, #social, #f {
	min-width:none !important;
	display:inherit !important;
	}
	.panel-annuncio-h{
    margin:0 auto 13px;
    float:none;

    }

    .last-h {
        margin-right:auto !important;
    }

}
