div.azioni_spot {
float:left; 
margin-right:2%; 
width:27%;
background:#f1f1f1;
border-radius:5px;
padding:2% 2% 4% 2%;
}




div.ordina {
	float:right; 
	clear:both; 
	padding-bottom:10px; 
	text-align:right;
	margin:0 5px;
	 }

div.ordina ul { padding:0; margin:0;}

div.ordina ul li {margin:0; display:inline;} 

div.ordina ul li a {
  	padding:0 0 0 50px;
	margin:0;
	display:inline;
	} 

.selezionato{
  	font-weight:bold;
	background : url("https://www.quotazioneautousate.com/immagini/ordina.gif") no-repeat  38px; 
	}



.cerca { 
font-size:1.6em;text-shadow: 1px 1px #000;
vertical-align: middle; display: inline-block;
text-align:center; 
border-radius:4px;  
-moz-border-radius: 4px;
-webkit-border-radius:4px;
padding:6px 0;
background:#CC3201;
color:#fff;
border:1px solid #444;	
width:280px;
}


.cerca:hover { background:#eb3c01;

}


a.calcola { vertical-align: middle; display: inline-block;
width:150px; text-align:center; font-size:18px; 
border-radius:3px;  
-moz-border-radius: 3px;
-webkit-border-radius:3px;
margin:0 20px 20px 0;padding:12px 0;
background:#e1e1e1;
color:#000;
border:1px solid #555;	
}

a.calcola:hover { background:#f9f9f9;color:#CC3201;border:1px solid #333;}


.sfondo-marche{  
background: url(https://www.quotazioneautousate.com/it/img/sfondo.jpg) no-repeat center top;  z-index: 100;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


.cerchio {background:#f9f9f9;width:250px;height:250px;padding:20px; border:10px solid #222;margin: 0 1% 1% 0;  border-radius:999em;-moz-border-radius:999em;  -webkit-border-radius:999em; -o-border-radius: 999em;}
.cerchio_dentro {width:250px;height:250px;}

.cerchio_dentro {font-size:1.2em;}
.cerchio_dentro h2 {font-size:1.8em;}


.cerchio_dentro:hover {opacity:0;}

.cerchio1:hover {background: url(https://www.quotazioneautousate.com/it/img/cerchio.jpg) no-repeat center; }

.rotazione1 {
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
overflow:hidden;

} 
.rotazione1:hover {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
}


.cerchio2:hover {background: url(https://www.quotazioneautousate.com/it/img/volante.gif) no-repeat center;  }

.rotazione2 {
-webkit-transition-duration: 2s;
-moz-transition-duration: 2s;
-o-transition-duration: 2s;
transition-duration: 2s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
overflow:hidden;

} 
.rotazione2:hover {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
}


.cerchio3:hover {background: url(https://www.quotazioneautousate.com/it/img/tachi.gif) no-repeat center;  }

.rotazione3 {
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
overflow:hidden;

} 
.rotazione3:hover {
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-o-transform:rotate(180deg);
}

.link  { 
vertical-align: middle; 
display: inline-block;
text-align:left; 
font-size:18px; 
padding:8px 0 8px 0;
border-radius:2px;  
-moz-border-radius: 2px;
-webkit-border-radius:2px;
background:#e1e1e1;
	background-image: url(https://www.quotazioneautousate.com/it/img/vai.png);
	vertical-align:middle;
	background-position:right;
	background-repeat:no-repeat;

color:#000;
border:1px solid #aaa;	
width:100%;
margin-bottom:15px;

}


.link_testo {padding:0 30px 0 15px}

.link:hover { background:#f9f9f9;color:#CC3201;border:1px solid #888;
	background-image: url(https://www.quotazioneautousate.com/it/img/vai-h.png);
		vertical-align:middle;
	background-position:right;
	background-repeat:no-repeat;

}


table {
  max-width: 100%;
  background-color: transparent;
}
 
.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafafa;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f1f1f1;
}
th, tr {
  text-align: left;
}


html {
    font-size: 100%}
* {
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    background: #fff;
    font-size: 0.9rem;
    color: #444;
    font-family: sans-serif;
}
ol, ul {
    list-style: none;
    margin: 0;
}
ul li {
    margin: 0;
    padding: 0;
}
a {
    outline: none;
    text-decoration: none;
    color:#CC3201 ;
}
a:hover {
    color: #CC3201;
}
img {
    border: none;
    display: block;
	float:left;
    width: 100%;
    height: auto;
}
h1 {
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 1.5rem;
}

h2 {
    color: #444;
    font-size: 1.3rem;
    font-weight: 400;
}
h3 {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5em;
    margin-top: 1.2em;
    text-align: justify;
}
.allinea {
    clear: both;
}
#top {
    z-index: 1000;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.top_scroll {
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.50);
}

#top_con {
    width: 100%;
    max-width: 1454px;
    clear: both;
    margin: auto;
}
#top_cont {
    margin-top: 18px;
    padding: 9px 10px;
}
#top_dx {
    margin: 0;
    float: right;
    text-align: right;
}

#top_dx a{color: #CC3201; }


#top_dx a:hover{color: #000; }

#logo {
    width: 45px;
    height: 45px;
   margin-top:-10px;
}
#titolo {
    width: 200px;
    height: 23px;
    margin:3px 0 0 5px;
}
#pubblica {
    float: left;
    margin-right: 2em;
    line-height: 30px;
}
#sposta-menu {
    width: 100%;
    padding-top: 81px;
    clear: both;
}
#barra {
    width: 100%;
    clear: both;
   background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #f5f5f5 3px, #f5f5f5 6px);
    border-bottom: 1px solid #e5e5e5;
}
.barra-evidenza {
    width: 100%;
    clear: both;
    background: #ffffec;
    border-bottom: 1px solid #e5e5e5;
    padding:0.6em 0;
    text-align:center;
    font-size: 0.8rem;

}

#barra_con {
    width: 100%;
    max-width: 1454px;
    clear: both;
    margin: auto;
}
#barra_cont {
    padding: 2em 10px;
}
#barra_titolo {
    float: center;
    margin-left: 35px;
}
#ricerca {
    width: 100%;
    clear: both;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f1f3f6;
}
#ricerca_con {
    width: 100%;
    max-width: 1454px;
    clear: both;
    margin: auto;
}
#ricerca_cont {
    padding: 2em 10px;
    text-align: center;
}
#ricerca_top {
    padding-top: 80px;
    width: 100%}
#pag {
    width: 100%;
    clear: both;
}
#pag_con {
    width: 100%;
    max-width: 1454px;
    margin: auto;
    height: auto;
}
#pag_cont {
    padding: 10px 10px 20px;
}
#sn {
    width: 100%;
    clear: both;
}
#sn_con {
    width: 100%;
    max-width: 1454px;
    margin: auto;
    height: auto;
}
#sn_cont {
    padding: 30px 10px;
}
#copy {
    width: 100%;
    clear: both;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 100%}
#copy_con {
    width: 100%;
    max-width: 1454px;
    margin: auto;
    height: auto;
}
#copy_cont {
    padding: 50px 10px;
}
#fine_top {
    padding-top: 80px;
    width: 100%}
#fine {
    width: 100%;
    clear: both;
    background: #f1f3f6;
    border-top: 1px solid #e5e5e5;
}
#fine_con {
    width: 100%;
    max-width: 1454px;
    margin: auto;
    height: auto;
}
#fine_cont {
    padding: 10px 0 20px 0;
    text-align: center;
    font-size: 1rem;
}
.fine_col {
    width: 30%;
    margin: 0;
    text-align: left;
}
.fine_col_tit {
    width: 100%;
    font-size: 1rem;
    margin: 2em 0 1.5em;
    color: #000;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
}
ul.menu_fine {
    margin: 0 0 1em;
    list-style-type: none;
}
.menu_fine li a {
    padding: .5em 0 .5em .5em;
    display: block;
    margin: 0;
    color: #000;
    border-top: 1px solid #f1f3f6;
    border-bottom: 1px solid #f1f3f6;
    font-size: .8rem;
    text-shadow: 1px 1px 1px #fff;
}


.menu_fine li a:hover {
    background: #555;
    color: #fff;
    border-radius: 4px;
    text-shadow: none;

}

#headline {
        font-family: Roboto, helvetica, arial, sans-serif;
        background-color: #fafafa;
/* vedi percorso background-img sulla pag home*/
        background-size: cover;
        min-height:500px;
        text-align:center;
}

#headline h1 {
	   color:#fff;
	         background-color: rgba(0,0, 0, 0.4);
	             font-size: 1rem;
	             font-weight:normal;
	             padding: 3px 0;


}
        
#register {
	         background-color: rgba(0,0, 0, 0.1);

      margin-top:10em;
      text-align:center;
      border-radius:2px;
}

#register input, select {
        width:100%;
        max-width: 280px;
        margin: 10px 5px;
        font-size: 18px;
        padding: 10px;
        border: none;
        border-radius:2px;
        cursor:pointer;
}

#register input[type=submit] {
        background-color:#0066cc;
        color: white;
      
}


.trova {
   max-width:280px; 
   background:#CC3201;
   text-align:center; 
   display:block; 
   padding:10px; 
   font-size:18px; 
   color:#fff;   
   border-radius:2px;  
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;

}
.trova:hover {
   background:#f13e01;  
   color:#fff;   

}

.espandi_lista {
    background: #f1f3f6;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 30px;
    color: #666;
    display: none;
    text-align: left;
    display: none;
}
.centrato {
    vertical-align: middle;
    display: inline-block;
}
.centrato_alto {
    vertical-align: top;
    display: inline-block;
}
.ico16 {
    width: 16px;
    height: 16px;
    
}
.ico-sn {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}
.ico-sn:hover { opacity: 0.70;
   
}

a.ico-menu {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    background: url("https://www.corriereimmobiliare.com/it/img/menu.png") no-repeat;
}
a.ico-menu:hover {
    background: url("https://www.corriereimmobiliare.com/it/img/menu-i.png") no-repeat;
}
a.ico-dietro {
    width: 30px;
    height: 30px;
    background: url("https://www.corriereimmobiliare.com/it/img/indietro.png") no-repeat;
}
a.ico-dietro:hover {
    background: url("https://www.corriereimmobiliare.com/it/img/indietro-i.png") no-repeat;
}
a.ico-apri {
    width: 30px;
    height: 30px;
    background: url("https://www.corriereimmobiliare.com/it/img/apri.png") no-repeat;
}
a.ico-apri:hover {
    background: url("https://www.corriereimmobiliare.com/it/img/apri-i.png") no-repeat;
}
a.ico-chiudi {
    width: 18px;
    height: 18px;
    background: url("https://www.corriereimmobiliare.com/it/img/chiudi.png") no-repeat;
}
a.ico-chiudi:hover {
    background: url("https://www.corriereimmobiliare.com/it/img/chiudi-i.png") no-repeat;
}
a.ico-su-giu {
    width: 30px;
    height: 30px;
    background: url("https://www.corriereimmobiliare.com/it/img/su.png") no-repeat;
}
a.ico-su-giu:hover {
    background: url("https://www.corriereimmobiliare.com/it/img/su-i.png") no-repeat;
}
a.ico-strumenti {
    width: 20px;
    height: 20px;
    background: url("https://www.corriereimmobiliare.com/it/img/strumenti.png") no-repeat;
}
a.ico-strumenti:hover {
    background: url("https://www.corriereimmobiliare.com/it/img/strumenti-i.png") no-repeat;
}
a.ico-ricerca {
    width: 26px;
    height: 26px;
    margin-left: 1em;
    background: url("https://www.corriereimmobiliare.com/it/img/ricerca.png") no-repeat;
}
a.ico-ricerca:hover {
    background: url("https://www.corriereimmobiliare.com/it/img/ricerca-i.png") no-repeat;
}
.alert {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    background: #ffffce;
    border-radius: 4px;
    margin-bottom: 10px;
}


.p10 {
    padding: 10px;
}
.p5 {
    padding: 5px;
}
.mt10 {
    margin-top: 10px;
}
.ml10 {
    margin-left: 10px;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.tag {
    padding: 10px;
    float: left;
}
.tag:hover {
    background: #fff;
    border-radius: 4px;
}
.campo {
    margin: 3px 6px 3px 0;
width: 280px;
padding:10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: .9rem;
    color: #555;
    vertical-align: middle;
    display: inline-block;
}

.c_pannello {min-width:275px;}


.campo:focus {
    outline: 0;
}

.scegli {
 	-webkit-appearance: none;
	appearance: none;
	background-image: url(https://www.corriereimmobiliare.com/it/img/giu.png);
	vertical-align:middle;
	background-position:right;
	background-repeat:no-repeat;
	 -moz-appearance: none !important;
}
.scegli_search {
 	-webkit-appearance: none;
	appearance: none;
	background-image: url(https://www.corriereimmobiliare.com/it/img/giu20.png);
	vertical-align:middle;
	background-position:right;
	background-repeat:no-repeat;
	 -moz-appearance: none !important;
}

.invia {
    float: left;
    margin: 3px 6px 3px 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: #06c;
}
.invia:hover {
    color: #fff;
    border: 1px solid #777;
}
.menu-orizz {
    float: left;
    display: inline-block;
    margin: 0 5px 20px 0;
    border-radius: 3px;
}
.menu-orizz > li {
    display: inline;
}
.menu-orizz > li > a {
    position: relative;
    float: left;
    padding: 4px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #06c;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: .9rem;
}
.menu-orizz > li:first-child > a {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.menu-orizz > li:last-child > a:hover, .menu-orizz > li > a:hover, .menu-orizz > li > a:focus {
    color: #444;
    background-color: #eee;
    border-color: #ccc;
}
.menu-orizz > li:last-child > a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #06c;
    background-color: #fff;
}

.menu-orizz > li.apri > a {
	padding-right:22px;
	background-image: url(https://www.corriereimmobiliare.com/it/img/giu20.png);
	vertical-align:middle;
	background-position:right;
	background-repeat:no-repeat;
}

.ads_oper {
    width: 250px;
    height: 250px;
    margin: 5px 18px 20px 0;
    text-align: left;
    position: relative;
    z-index: 50;
    font-size: .85rem;
    border:1px solid #e5e5e5;
	border-radius: 5px;
}

.ads_oper:hover {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.50);
}
.ads_oper_spot {
    width: 250px;
    height: 250px;
    margin: 5px 18px 20px 0;
    position: relative;
    z-index: 50;
   
}
.oper_img {
    width: 130px;
    height: 60px;
}


.ads, .ads-spot {
    width: 336px;
    height: 320px;
    margin: 5px 18px 20px 0;
    text-align: left;
    position: relative;
    z-index: 50;
    font-size: .85rem;
}
.ads:hover {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.50);
}
ads-spot-cont {
 width:336px;
    height:260px;
    background:green;
}

.ads-desc {
   text-align:justify;
   margin-top:8px;
   padding:0 4px 0 4px;
   font-size:0.9em;
   width:328px;
   height:130px;
}
.ads-desc-bott-pannello {
  position: absolute;
  bottom:3px;
  right:3px;
  float:right;
}

.foto-risultati {
  width:336px; 
  height:210px;
  border-top-right-radius:5px;
  border-top-left-radius:5px;

}


.foto-risultati:hover {
  opacity: 0.8;
  }




.centrato_alto {
    vertical-align: top;
    display: inline-block;
}

.ad-img {
    width:336px; 
    height:210px;
}

.ad-img-txt-top {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 4px 0 4px 4px;
    font-size: .8rem;
     width: 332px;
    text-align: left;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"}
    
.ad-img-txt-bot {
    position: absolute;
    z-index: 100;
    left: 0;
    padding: 3px 6px;
    top: 182px;
    width: 324px;
    font-size: .9rem;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"}
.ico-vai {
    background: #555;
    padding: 0 10px 0 10px;
    border-radius: 4px;
    width: 35px;
    height: 30px;
}
.ico-vai:hover {
    background: #cacaca;
}
.pagination {
    float: right;
    display: inline-block;
    padding-left: 0;
    margin: 0 20px 10px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 14px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #06c;
    text-decoration: none background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
}
.pagination > li:first-child > a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    z-index: 2;
    color: #777;
    cursor: default;
    background-color: #f2f2f2;
    border-color: #ddd;
}
.pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.m-tab {
    padding: 5px 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
}
.m-tab li {
    display: inline;
    margin: 0;
}
.m-tab li a {
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #e5e5e5;
    color: #444;
    background: #f1f3f6;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.m-tab li a:visited {
    color: #2d2b2b;
}
.m-tab li a:hover {
    color: #000;
    background: #fff;
}
.m-tab li a.selected {
    padding: 6px 10px;
    position: relative;
    color: #000;
    background: #fff;
    border-bottom: 2px solid #fff;
}
.m-tab-linea {
    border-bottom: 2px solid #e5e5e5;
}
.m-tab-linea li a.selected {
    border-bottom: 1px solid #e5e5e5;
}
.contenitore-tab {
    border: 1px solid #e5e5e5;
    margin-bottom: 1em;
    padding: 20px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
}
.contenitore-tab-no-bordo {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 1em;
    padding-top: 10px;
}
.tabcontent {
    display: none;
}

.dueinriga {overflow:hidden;}

.dueinriga_sx {float:left;margin-right:30px;}
.dueinriga_dx { overflow:hidden;}



@media print {
    .tabcontent {
    display: block!important;
}




}#slider_top {
    position: absolute;
    top: 81px;
    left: 0;
    z-index: 30;
    width: 100%;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"}
#slider_top_txt {
    font-size: 1.3rem;
    line-height: 1.6em;
    color: #fff;
    font-weight: 400;
    padding: .3em;
}
#Slideshow {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
}
#Slideshow div {
    display: none;
}
#Slideshow #slice1 {
    display: block;
}
.img_slideshow {
    max-height: 450px;
}
#barra_search {
    position: relative;
    top: -12em;
    z-index: 30;
    width: 100%;
    text-align: center;
}
#barra_search_con {
    width: 100%;
    max-width: 1454px;
    clear: both;
    margin: auto;
}
#pag_home {
    width: 100%;
    clear: both;
    margin-top: -3em;
}
.search_campo {
    cursor: pointer;
    margin: 0 .5em .5em 0;
    padding: .2em;
    border: 2px solid #666;
    font-size: 1.5rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    color:#666;
    
}
#scegli {
 	-webkit-appearance: none;
	appearance: none;
	background-image: url(https://www.corriereimmobiliare.com/it/img/giu.png);
	vertical-align:middle;
	background-position:right;
	background-repeat:no-repeat;
}

#barra_pub {
    margin-top: -4em;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    background: #f1f3f6;
    margin-bottom: 30px;
}
#barra_pub_con {
    width: 100%;
    max-width: 1454px;
    clear: both;
    margin: auto;
    height: auto;
}
#barra_pub_cont {
    padding: 20px 5px 30px;
}
#bot_pubblica {
    margin-left: 1em;
    width: 250px;
    float: right;
    padding: .6em 0;
    color: #fff;
}
.box-citta {
 	width: 336px;
    height: 210px;
    margin: 5px 18px 20px 0;
    text-align: left;
    position: relative;
    z-index: 50;
}
.box-citta-barra {
    bottom: 1px;
    left: 1px;
    position: absolute;
 background-color: rgba(0,0, 0, 0.4);
 }
.box-citta-testo {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    padding: 2px 10px;
}
.foto-home {
    float: left;
  width: 336px;
    height: 210px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
}
.foto-home:hover {
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.50);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.50);
}
#corpo {
    overflow: hidden;
    width: 100%;
    max-width: 1454px;
    clear: both;
    margin: auto;
    height: auto;
    text-align: left;
}
#main {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    left: 320px;
    margin-left: -320px;
}
#main #content {
    margin-right: 320px;
    padding: 10px;
}
#sidebar {
    float: left;
    width: 300px;
    position: relative;
    z-index: 10;
    padding: 10px;
}
.contiene-tab {
    border: 1px solid #e5e5e5;
    padding: 20px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.contiene-tab-no-bordo {
    border-top: 1px solid #e5e5e5;
    padding: 20px 10px;
}

.elenco ul {
    margin: 0;
    padding: 0;
}



.elenco li {
    margin: 0 0 .8em 1.5em;
    list-style-image: url("https://www.corriereimmobiliare.com/it/img/check.png");
}

.elenco li:hover {
    list-style-image: url("https://www.corriereimmobiliare.com/it/img/check-i.png");
}

.neutro a {color: #555;
	font-size: 0.8rem;
}

.neutro a:hover {color: #0066cc;
}

ul.menu {
    margin: 0 0 1em;
    list-style-type: none;
    border-top: 1px dotted #ccc;
}
.colonne7 {
    float: left;
    width: 14%;
    margin-right: .28%}
.colonne7a {
    display: block;
}
.colonne6 {
    float: left;
    width: 16%;
    margin-right: .28%}
.colonne7a {
    display: block;
}
ul.menu_col {
    margin: 0 0 1em;
    list-style-type: none;
}
.menu_col li a {
    padding: .7em 0 .5em;
    display: block;
    color: #555;
    border-bottom: 1px dotted #ccc;
}
.menu_col li a:hover {
    background: #f1f1f1;
}
.bottoni {
    display: block;
    font-size: 1.2em;
    font-weight: 550;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.40);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.40);
}
.bottoni a {
    color: #fff;
    display: block;
    padding: .5em 0;
}


.pulsante {
   max-width:280px; 
   background:#06B701;
   text-align:center; 
   display:block; 
   padding:10px; 
   font-size:18px; 
   color:#fff;   
   border-radius:2px;  
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;

}



.pulsanti {
     text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0.8em 0;
  
}

.pulsanti a {
    display: block;
  color: #666;


}


.verde {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-color: #05b501 #059402 #048201;
    background-color: #05ab01;
    background-image: -webkit-linear-gradient(top, #08ce03 0%, #05ab01 100%);
    background-image: -moz-linear-gradient(top, #08ce03 0%, #05ab01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff08ce03', endColorstr='#ff05ab01', GradientType=0);
    text-shadow: 1px 1px 1px #444;
}

.evidenza {
background: #ffffec; 
border: 1px solid #e5e5e5;
   
}

.evidenza2 {
background: orange; 
  
}

.evidenza:hover {
    background: #ffffbf;
     color: #000;
    border: 1px solid #ccc;

}

[class*="tooltip"] {
    position: relative;
    text-decoration: none;
}
[class*="tooltip"]:after, [class*="tooltip"]:before {
    position: absolute;
    z-index: 100;
    opacity: 0;
}
[class*="tooltip"]:after {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    content: attr(aria-label);
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #06c;
    border-radius: 4px;
    text-shadow: 0 0 5px #000;
    white-space: nowrap;
}
[class*="tooltip"]:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
}
[class*="tooltip"]:hover:after, [class*="tooltip"]:focus:after, [class*="tooltip"]:hover:before, [class*="tooltip"]:focus:before {
    opacity: 1;
}
.tooltip-top:after, .tooltip-top:before {
    -webkit-transition: bottom .25s ease-in-out;
    -o-transition: bottom .25s ease-in-out;
    transition: bottom .25s ease-in-out;
    bottom: 90%;
    left: -9999px;
    margin-bottom: 12px;
}
.tooltip-top:before {
    border-color: #06c transparent transparent;
    margin-bottom: 0;
}
.tooltip-top:hover:after, .tooltip-top:focus:after, .tooltip-top:focus:after, .tooltip-top:hover:before, .tooltip-top:focus:before, .tooltip-top:focus:before {
    bottom: 85%;
    left: 0;
}
.tooltip-top:hover:before, .tooltip-top:focus:before {
    left: 15px;
}
.tooltip-bottom:after, .tooltip-bottom:before {
    -webkit-transition: top .25s ease-in-out;
    -o-transition: top .25s ease-in-out;
    transition: top .25s ease-in-out;
    top: 90%;
    left: -9999px;
    margin-top: 12px;
}
.tooltip-bottom:before {
    border-color: transparent transparent #06c;
    margin-top: 0;
}
.tooltip-bottom:hover:after, .tooltip-bottom:focus:after, .tooltip-bottom:hover:before, .tooltip-bottom:focus:before {
    top: 85%;
    left: 0;
}
.tooltip-bottom:hover:before, .tooltip-bottom:focus:before {
    left: 15px;
}
.tooltip-right:after, .tooltip-right:before {
    -webkit-transition: left .25s ease-in-out;
    -o-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
    top: -9999px;
    left: 96%;
    margin-left: 12px;
}
.tooltip-right:before {
    border-color: transparent #06c transparent transparent;
    margin-left: 0;
}
.tooltip-right:hover:after, .tooltip-right:focus:after, .tooltip-right:hover:before, .tooltip-right:focus:before {
    left: 95%;
    top: 0;
}
.tooltip-right:hover:before, .tooltip-right:focus:before {
    top: 7px;
}
.tooltip-left:after, .tooltip-left:before {
    -webkit-transition: right .25s ease-in-out;
    -o-transition: right .25s ease-in-out;
    transition: right .25s ease-in-out;
    top: -9999px;
    right: 96%;
    margin-right: 12px;
}
.tooltip-left:before {
    border-color: transparent transparent transparent #06c;
    margin-right: 0;
}
.tooltip-left:hover:after, .tooltip-left:focus:after, .tooltip-left:hover:before, .tooltip-left:focus:before {
    right: 95%;
    top: 0;
}
.tooltip-left:hover:before, .tooltip-left:focus:before {
    top: 7px;
}
[class*="tooltip"]:after, [class*="tooltip"]:before {
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.riga_prezzo {
    width: 100%;
    text-align: right;
    margin-bottom: 1em;
}
.prezzo {
    font-weight: 700;
    font-size: 1.6em;
    color: #000;
}
.tab_tonda {
    width: 100%;
    height: 100%;
    margin-bottom: 1.5em;
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tab_tonda_con {
    padding: .5em;
}
.tab_tonda_con p {
    margin-bottom: 1em;
}
.nav_annunci {
    width: 100%;
    height: 110px;
    text-align: center;
    font-size: 1em;
}
.nav_annunci a {
    color: #06c;
}
.nav_annunci_top {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.nav_annunci_top a {
    font-size: 1.2em;
}
.nav_annunci_sx {
    float: left;
    width: 50%}
.nav_annunci_dx {
    float: right;
    width: 50%;
    text-align: right;
}
.nav_ann_freccia {
    width: 25px;
    height: 45px;
    margin-top: 10px;
}
.nav_ann_foto {
    width: 114px;
    height: 60px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.nav_ann_foto:hover, .nav_ann_freccia:hover {
    opacity: .7;
}
#fotozoom {
    position: relative;
}
#fotozoom-nav {
    z-index: 100;
    width: 100%}
#fotozoom-nav-cont {
    text-align: center;
    clear: both;
    margin: auto;
    width: 315px;
}
.foto-nav {
    display: block;
    float: left;
    margin-right: 15px;
    width: 24px;
    height: 24px;
    background: url(https://www.corriereimmobiliare.com/it/img/foto.png) no-repeat;
}
.foto-nav:hover {
    background: url(https://www.corriereimmobiliare.com/it/img/foto-i.png) no-repeat;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.blog_cat {
    display: block;
    text-align: center;
    padding: 7px 0;
    margin-bottom: 10px;
    background: #f1f3f7;
    border-radius: 4px;
    border:1px solid #e5e5e5;
}

.blog_cat ul li a {
    display: block;
    margin-bottom:50px;
}

#breadcrumb { float: left; display: block; }
#breadcrumb ul { list-style: none; }

.crumbs { display: block; }
.crumbs li {  display: inline; }
.crumbs li.first { padding-left: 8px; }
.crumbs li a, .crumbs li a:link, .crumbs li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -13px; padding: 7px 17px 11px 25px; position: relative; text-decoration: none; }

.crumbs li a { background-image: url('https://www.corriereimmobiliare.com/it/2015.8/img/varie/bg-crumbs.png');  background-repeat: no-repeat; background-position: 100% 0; position: relative; }
.crumbs li a:hover { color: #222; background-position: 100% -48px; cursor: pointer; }
.crumbs li a:active { color: #222; background-position: 100% -96px; }
.crumbs li.first a span { height: 29px; width: 3px; border-left: 1px solid #d9d9d9; position: absolute; top: 0px; left: 0px; }


.riga_scheda 	{width:130px; float:left;}		


.sx {
    float: left;
    width: 49%
}
.dx {
    float: right;
    width: 49%;
    text-align: right;
}



@media screen and (max-width : 1024px) {
#barra_search {top: -8em;}
.colonne6 {width: 20%;}
.colonne7 {width: 20%;}

.ads, .ads-spot 	{width: 300px;height: 310px;}
.ads-spot-cont 		{width:300px;height:250px;}    
.ads-desc 			{width:292px;height:120px;}  
.foto-risultati 	{width:300px; height:200px;}
.ad-img 			{width:300px;height:200px;}
.ad-img-txt-top 	{width: 296px;}
.ad-img-txt-bot 	{top: 172px;width: 288px;}
.box-citta 			{width: 300px;height: 200px;}
.foto-home 			{width: 300px;height: 200px;}

}

@media screen and (max-width : 768px) {
#barra_pub {margin-top: 0;}
.colonne6 {width: 30%;}
.colonne7 {width: 30%;}

    #barra_search {
    top: -5em;
}
#barra_cont {
    padding: .5em 2px;
}
#barra_titolo {
    margin-left: 20px;
}
h1,h2 {
    font-size: 1.1rem;
}

.dueinriga_sx {float: none;margin-right:0;margin-bottom:30px;}


}


@media screen and (max-width : 640px) {

.colonne6 {width: 49%;}
.colonne7 {width: 49%;}
#slider_top_txt {
    font-size: 1.1rem;
    line-height: 1.2em;
   
}

    
#barra_search {
    top: 0;
}
#pag_home {
    margin-top: 0;
}
#barra_cont {
    padding: .3em 2px;
}
h1,h2 {
    font-size: 1rem;
}
#main {
    left: 0;
    margin-left: 0;
}
#main #content {
    margin-right: 0;
    padding: 10px;
}
#top {
    height: 45px;
}
#logo {
    width: 35px;
    height: 35px;
        margin-top: -5px;
}

#sposta-menu {
    padding-top: 46px;
}
#top_cont {
    margin-top: 0;
}
#slider_top {
    top: 46px;
}
#ricerca_top {
    padding-top: 45px;
}
#fine_top {
    padding-top: 45px;
}

}

@media screen and (max-width : 480px) {

div.azioni_spot {
width:90%;
}




    .fine_col {
    margin: 0 0 10px;
    width: 100%}

.colonne6 {width: 99%;}
.colonne7 {width: 99%;}
    #pubblica {
    display: none;
}
.m-tab li {
    display: block;
    width: 100%}
.m-tab li a {
    width: 100%;
    margin-right: 0;
    float: left;
}
.m-tab-linea li a.selected {
    border-bottom: 0;
}
.campo {
    float: left;
    display: block;
    width: 265px;
}
.sx {width: 100%}
.dx {width: 100%}


}

.adslot_1 {width: 336px; height: 280px; }
@ Media (max-width: 1024px) {adslot_1 {width:. 300px; height: 250px; }}