@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
 @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2? family= Noto+Serif+Tangut & display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ==========================================================================
Global Styles
========================================================================== */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	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
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
    font-family: 'Noto Serif Tangut', serif;
	font-size: 22px;
	font-weight: 400;
}
h2 {
	font-size: 28px;
	font-weight: 400;
}
h3 {
	font-size: 20px;
	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: #000000;
	padding: 10px;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #f4f0e8;
	-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: 1px solid #0b00a2;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: #f4f0e8;
	color: #000000;
    text-decoration: none;
}
/*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: 14px;
}
.ordina {
	font-size: 14px;
	color: #666
}
.esito:hover {
	opacity: 0.5
}
.esito img {
	width: 100%;
	height: 200px;
	z-index: 10
}
.contratto {
	background-color: #333;
	position: absolute;
	z-index: 1000;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 600
}
.dettagli-esito {
	margin-top: 10px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 14px;
	background-color: #f4f0e8;
}
.esito h2 {
    font-family: 'Poppins', serif;
	font-size: 18px;
	/*font-weight: 600;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
    color: #222222; 
    background-color: #cdb7a0;
    padding: 5px 10px;
    border-radius: 5px; 
}
.esito p {
    margin-bottom: 10px;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
}
.tabulatore {
	font-weight: 700;
	color: #09a521;
}
.tabulatore a {
	font-weight: 700;
	color: #000
}
.tabulatore a:hover {
	color: #ababad;
	text-decoration: none
}
/*dettaglio ---------------*/

.dettagli {
	font-size: 14px;
}
.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: 1000px) {
.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
}
}
