 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #0d0d0d;
	overflow-x: hidden;
}
header {
	
	background-color: #7D1B20;
	text-align: center;
	padding: 30px 0
}
footer {
	text-align: center;
	padding: 30px 0;
	margin-top: 40px;
	border-top: 1px solid #7D1B20;
	background-color:#7D1B20!important;
	color:#fff;
}
.container {
	margin: 30px auto;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
a:hover {
	text-decoration: none
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
}
}
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;
	font-weight:normal;
}
.white {
	color: #fff
}
.uppercase {
	text-transform: uppercase;
}
.radius5 {
	border-radius: 5px
}

.bg-grey { background-color:#D7AE62; color:#7D1B20; padding: 15px 10px}
/* ==========================================================================
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: #7D1B20;
	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 transparent;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: #7D1B20;
	color: #fff;
	text-decoration: none;
	border: 3px solid #fff;
}
/*form ---------------*/

input {
	width: 100%;
    padding: 6px 12px;
	margin:5px;
	font-weight:normal;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
 
}
textarea {
	width: 100%;
	border: #fff;
	padding: 10px 0 10px 5px;
	
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	margin:5px;
}
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: #D7AE62;
	position: absolute;
	z-index: 1000;
	padding: 5px 10px;
	font-size: 14px;
	color: #7D1B20;
	font-weight: 600
}
.dettagli-esito {
	color:#fff;
	margin-top: 10px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 14px;
	background-color: #7D1B20;
}
.esito h2 {
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0
}
.esito p {
	margin-bottom: 10px;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
}
.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: 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: 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
}
}
