
/* style.css 

	Colori
	//////
	

	Blu scuro  	 		#3797c1
	Blu chiaro			#9dcbdf
	Arancio chiaro		#ec894d
	Arancio scuro		#e15400
	Nero chiaro			#333333
	Grigio chiaro		#eeeeee
	Grigio medio		#565656
	Grigio scuro		#999999
	Bianco				#ffffff
	
	
	

/* ---------------------------
	General Styles
   --------------------------- */

.corsivo{
	font-style:italic;
}

#logo{
	padding:15px 0 ;
}

#telMailIcon{
	position:absolute;
	top:20px;
	right:20px;
	z-index:9999999999;		
	width:400px;
	display:block;
}

.contattiHeader{
	float:right;
	margin-left:15px;
}

.ombra{
	-moz-box-shadow: 0px 2px 2px #333;
	-webkit-box-shadow: 0px 2px 2px #333;
	box-shadow: 0px 2px 2px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#333333');
}

.box{
	cursor: pointer;
}

.links{
	font: 400 12px/20px "Lato", sans-serif;
	color:#fff;
}

.links:hover{
	color:#eeeeee;
}


.links2{
	font: 400 17px/20px "Lato", sans-serif;
	color:#9dcbdf;
}

.links2:hover{
	color:#eeeeee;
}



/* ---------------------------
	HEADER
   --------------------------- */
.header-wrapper{
	z-index:99998;
	position:relative;
	
}

.iAmTest{
	min-width:960px;
}

.prova{
	min-width:960px;
	width:100%;
}

 .sectionHome {
	padding:0;
	text-align:center;
	width:100%;
	position:absolute;
	top:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height:100%;	
	min-width:960px;
	z-index:1;
	/*z-index:0;*/ /* per Chrome*/
}


   
/* ---------------------------
	FOOTER
   --------------------------- */


footer {
	z-index:60;
	color: #fff;
	height:60px;
	font-size:16px;
	width:100%;
	min-width:1170px;
	font-weight:400;
	line-height:60px;
	clear:both;
	position:absolute;
	bottom:0;
	background:#3797c1;
}

.footer2 {
	z-index:60;
	color: #fff;
	height:60px;
	margin-top:-60px;
	font-size:16px;
	width:100%;
	min-width:1170px;
	font-weight:400;
	line-height:60px;
	clear:both;
	position:relative;
	bottom:0;
	background:#3797c1;
}

#footerOuter{
	bottom:0;
	font-size:12px; 
    display: table;
	overflow: hidden;
	max-width: 1170px;
	width:100%;
	margin:0 auto; 
	position:relative;
}

#footerInnerLeft{
	line-height:60px;
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#footerInnerRight{
	line-height:60px;
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	margin: 0 auto;
	text-align: right;
	padding: 0;

}

.footerTesto{
	float:left;
}


#footerLogo{
	display: none;
}


.dx{
	float:right;
}


h4 {
    font-size: 16px;
}

.caratteristicheOuter {
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #DCDCDC;
	overflow: auto; 
	padding:15px 20px;
	font-weight:bold;
}

.caratteristicheDx {
    font-size: 13px;
    float: right;
	width:80%;
	text-align:right;
    font-weight:normal;
}

#topCaratteristiche{
	border-top:none;
}

#bottomCaratteristiche{
	margin-bottom:-20px;
}

#overview .property-item .features {
    border-bottom: 0;
	 padding-bottom: 0;
	background-color: none;
}

#overview .property-item .features h4, #overview .property-item .features h4 a, #overview .property-item h4 .features a {
    border-bottom: 0;
}

img {
  max-width: 100%;
}

#main0{
	margin-top:0;
}

.property-item .titoloBianco {
    color: #fff;
}


.titoloBianco{
	color:#FFF;
}

#overview .property-item .titoloBianco {
    line-height: 50px;
}

#overview .property-item .titoloNero {
    line-height: 50px;
}

.sfondoTitoloBlu{
	background-color:#f2f2f2;
}

#overview .property-item .features h4, #overview .property-item .features h4 a, #overview .property-item h4 .features a {
    line-height:50px;
	padding-top:0;
	padding-bottom:0;
}

/* error message */
.error {
    height:15px;
    background-color:#FF0000;
    font-size:11px;
    border:0px solid #E1E16D;
    padding:4px 10px;
    color:#FFF;
    display:none;

    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;

    -moz-box-shadow:0 0 0px #ddd;
    -webkit-box-shadow:0 0 0px #ddd;
}

.error p {
    margin:0;
}



.slides li {
    display: block;
    float: left;
    height: 386px;
    margin-bottom: 0px;
    margin-right: 0px;
    width: 800px;
    overflow: hidden;
    position: relative;
}

img.absolute {
    position: absolute;
    top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: 386px;
}

#property-detail-flexslider .flexslider .slides img {
    width: 89%;
}





@media (max-width: 499px) {
.caratteristicheDx {
    clear:both;
	width:100%;
	text-align:left;
}
}