 @import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:400,300,600,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 17px;
	color: #0d0d0d;
	overflow-x: hidden;
}
header {
	background-color: #eeeeee;
	text-align: center;
	padding: 30px 0
}
footer {
	text-align: center;
	padding: 30px 0;
	margin-top: 40px;
	border-top: 1px solid #ccc
}
.container {
	margin: 30px auto;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
a:hover {
	text-decoration: none;
	color:inherit;
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
	font-size: 30px;
	font-weight: 400;
}
h2 {
	font-size: 28px;
	font-weight: 400;
}
h3 {
	font-size: 24px;
	font-weight: 400;
}
h4 {
	font-weight: 400;
}
h5 {
	font-size: 22px;
	font-weight: 400;
}
h6 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
p {
	font-weight: 400;
}
a {
	color: #000
}
.font12 {
	font-size: 12px
}
.white {
	color: #fff
}
.uppercase {
	text-transform: uppercase;
}
.radius5 {
	border-radius: 5px
}

.bg-grey { background-color:#eeeeee}
/* ==========================================================================
margin padding
========================================================================== */

.marginbottom40 {
	margin-bottom: 40px
}
.margintop20 {
	margin-top: 20px
}
.margintop50 {
	margin-top: 50px
}
.paddingtop20 {
	padding-top: 20px
}
.paddingbottom20 {
	padding-bottom: 20px
}
.paddingbottom50 {
	padding-bottom: 50px
}
.no-padding {
	padding: 0
}
.no-margin {
	margin: 0
}
/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-default {
	background:#e94e1b;
	padding: 10px;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 3px solid #e94e1b;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: transparent;
	color: #e94e1b;
	text-decoration: none;
	border: 3px solid #e94e1b;
}
/*form ---------------*/

input {
	width: 100%;
	border: #fff;
	padding: 10px 0 10px 5px;
	margin: 0 auto 20px auto;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000
}
textarea {
	width: 100%;
	border: #fff;
	padding: 10px 0 10px 5px;
	margin: 0 20px 20px 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	margin: 0;
	width: 20px;
}
/* ==========================================================================
Esito ricerca 
========================================================================== */

.raffina p {
	margin: 0 0 8px 0;
	font-size: 17px;
}
.ordina {
	font-size: 17px;
	color: #666
}
.esito:hover {}
.esito img {
	width: 100%;
	height: 200px;
	z-index: 10;
	-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.esito > div{overflow:hidden;padding:0;}
.esito:hover img {
	-webkit-transform: scale3d(1.2,1.2,1.2);
-moz-transform: scale3d(1.2,1.2,1.2);
-ms-transform: scale3d(1.2,1.2,1.2);
-o-transform: scale3d(1.2,1.2,1.2);
transform: scale3d(1.2,1.2,1.2);
}
.contratto {
	background-color:#e94e1b;;
	position: absolute;
	z-index: 1000;
	padding: 5px 10px;
	font-size: 17px;
	color: #fff;
	font-weight:600;
}
.dettagli-esito {
	margin-top: 10px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 14px;
	background-color:#e94e1b;
	color:#FFF;
}
.esito h2 {
	font-size: 22px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	color:#e94e1b;
}
.esito p {
	margin-bottom: 10px;
	overflow: hidden;
	text-align: justify;
	font-size: 17px;
}
.tabulatore {
	font-weight: 700;
	color: #ababad;
}
.tabulatore a {
	font-weight: 700;
	color: #000
}
.tabulatore a:hover {
	color: #ababad;
	text-decoration: none
}
/*dettaglio ---------------*/

.dettagli {
	font-size: 17px;
}
.dettagli li {
	list-style: none;
	/*background-color: #eeeeee;*/
	padding: 5px;
	margin: 0;
}
.classe-energetica {
	padding: 0 0 0 10px;
}
.marginLR2 {
	margin: 0 10px
}
iframe {
	margin: 0 !important;
	padding: 0
}
.paddingh3mappa {
	padding: 20px 0;
	margin: 0
}

/* ==========================================================================
Media Queries Style
========================================================================== */


@media (min-width: 768px) and (max-width: 980px) {
.esito img {
	height: 180px;
}
}

@media screen and (max-width: 768px) {
.esito img {
	height: auto
}
.titolo-dettaglio {
	margin-top: 20px
}
}

@media screen and (max-width: 480px) {
#ricercarapida {
	display: none
}
.smartno {
	display: none
}
}
