/*--------------------- WEB FONTS ---------------------*/
/*
Titoli H1 H2 H3 H4 H5	- font-family: 'Julius Sans One', sans-serif;
Testo 					- font-family: 'Economica', sans-serif;
Testo piccolo			- font-family: 'Open Sans', sans-serif;
*/
/*--------------------- WEB FONTS ---------------------*/
html {
	/* [disabled]margin: 0; */
	/* [disabled]padding: 0; */
}
body {
	font-family: 'Economica', sans-serif;
	margin: 0;
	padding: 0;
	color: #808080;
	background: #f5f5f5 url(../images/background-page.jpg) repeat-x center bottom;
}
/*-------------------- CLASSI GENERICHE --------------------*/
a {
	color:#808080; 
	text-decoration: none;
	transition-property: color;
	transition-duration: 0.5s;
}
a:hover {
	color:#fff; 
	text-decoration: none;
}
h1 {
	margin-top:0;
	font-size: 36px;
	text-align:center;
	color:#333333;
	padding-top:1em;
	font-family: 'Julius Sans One', sans-serif;
}
h2 {
	font-size: 30px;
	font-family: 'Julius Sans One', sans-serif;
}
h3 {
	font-size: 25px;
	font-family: 'Julius Sans One', sans-serif;
}
h4 {
	font-size: 20px;
	font-family: 'Julius Sans One', sans-serif;
}
h5 {
	font-size: 24px;
	text-align:center;
}
p {
	font-size: 18px;
}
li {
	list-style: none outside none;
}
hr {
	color: #CCC;
	background: #CCC;
	border: 0;
	height: 1px;
	float:none;
}
/*--------------------------- CLASSI SETTORI -----------------------------*/
.delimiter {
	width: 1170px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]background-color: #fc0000;*/
}
/*----------------------- HEADER --------------------------*/
#header-panel {
	float:left;
	width:100%;
	background-color: #252a2b;
	overflow:hidden;
}
#header-top {
	height:40px;
	border-bottom: solid 1px #666;
}
#email {
	height:30px;
	width:auto;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding-top:10px;
}
.lang-it, .lang-en, .lang-de, .lang-it-active, .lang-en-active, .lang-de-active {
	width:40px;
	height:40px;
	float:right;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	border-left: solid 1px #666;
	transition-property: background-color background-image;
	transition-duration: 0.5s;
}
.lang-it {
	background-image:url(../images/flag_it.png);
}
.lang-en {
	background-image:url(../images/flag_en.png);
}
.lang-de {
	background-image:url(../images/flag_de.png);
}
.lang-it-active {
	background-image:url(../images/flag_it.png);
	background-color:#F60;
	font-size:26px;
	color:#000;
}
.lang-en-active {
	background-image:url(../images/flag_en.png);
	background-color:#F60;
	font-size:26px;
	color:#000;
}
.lang-de-active {
	background-image:url(../images/flag_de.png);
	background-color:#F60;
	font-size:26px;
	color:#000;
}
.lang-it:hover, .lang-en:hover, .lang-de:hover {
	background-color: #ff5c00;
}
a:link.lang {
	color: #CCC;
	margin-right:0.5em;
}
a:visited.lang {
	color: #CCC;
}
a:hover.lang {
	color: #F90;
}
#header-bottom-left {
	position:relative;
	width:280px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	float:left;
}
#header-bottom-right {
	position:relative;
	width:890px;
	margin: 0 auto;
	padding: 0;
	float:left;
}
#header-logo {
	width:100%;
	position: relative;
}
.logo {
	width:100%;
}
#header-slogan {
	width:100%;
	position: relative;
	font-size: 12px;
	font-weight:700;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	margin-top: 4px;
	font-family: 'Julius Sans One', sans-serif;
	background-color: #2973c7;
	color:#FFFFFF;
}
#header-optional-space {
	position:relative;
	width:100%;
	height:86px;
	float:none;
}
#header-ferries {
	position:relative;
	margin: 0px 123px 0 0;
	padding:0 5px 0 5px;
	width:300px;
	height:40px;
	top: -41px;
	float:right;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:40px;
	text-align:center;
	border-left: solid 1px #666;
	background-color:#373737;
	cursor: pointer;
	transition-property: background-color color;
	transition-duration: 0.5s;
}
#header-ferries:hover {
	background-color:#F60;
	color:#FFF;
}
#header-menu {
	margin:0;
	padding:0;
	width:70%;
	float:left;
}
#header-phone {
	margin:0;
	padding:0;
	width:30%;
	float:left;
	background-color:#2973C7;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:48px;
	text-align:center;
}
#header-phone-mobile {
	display:none;
}
/*-------------------- MENU --------------------*/
#divSlideMenu {
	float:right;
	display: block;
	text-align: justify;
}
#divMenuButton {
	display: none;
}
#divSlideMenu ul {
	float:left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0%;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
#divSlideMenu ul li {
	float:left;
	height: 48px;
	list-style: none outside none;
	width: auto;
	padding: 0 7px 0 7px;
	text-align:center;
	line-height:48px;
	transition-property: background-color color;
	transition-duration: 0.5s;
}
#divSlideMenu ul li:hover {
	background-color:#FF6600;
	color:#000000;
}
#divSlideMenu a {
	color:#fff;
}
#divSlideMenu a:hover {
}
.menu-active {
	background-color:#FF6600 !important;
}
/*-------------------- SLIDER --------------------*/
#slider-panel {
	width:100%;
	height:500px;
	float:left;
	overflow:hidden;
}
.s-p-otherpages {
	height:150px !important;
}
#slider-panel-op {
	width:100%;
	height:150px;
	float:left;
	overflow:hidden;
}
/*---------------------- RICERCA ------------------------*/
#search-panel {
	float:left;
	width:100%;
	display: none;
	color:#fff;
}
.btn-search-panel {
	height: 48px;
	float: right;
	position: relative;
	right: 0px;
	top: 452px;
	background-color: #252a2b;
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.5s;
	z-index:999;
}
.b-s-p-otherpages {
	top: 102px;
}
.btn-search-icon {
	width:48px;
	height: 48px;
	float: left;
	position: relative;
	background-color: rgba(0,0,0,0.30);
	font-size: 25px;
	text-align:center;
	color: #fff;
	text-decoration: none;
}
.btn-search-panel p {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align:center;
	line-height: 18px;
	padding: 0px 25px 0px 65px;
}
.btn-search-panel:hover {
	background-color:#ff5c00;
}
.delimiter-search {
	width: 1110px;
	margin: 0 auto;
	padding:20px 30px 35px 30px;
	background-color: #fff;
	overflow: hidden;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align:center;
}
.delimiter-search-error {
	width: auto;
	margin: 0 auto;
	padding:0px 10px 35px 10px;
	background-color: #fff;
	overflow: hidden;
	text-align:center;
}
.notfound-error {
	font-size:20px;
	margin:0px 20% 0 20%;
	padding:10px;
	background-color:#FFC;
	border:1px solid #FC0;
}
.notfound-error a {
	color:#000;
}
.notfound-error a:hover {
	color:#f00;
}
.delimiter-search p, .delimiter-search-error p {
	text-align:left;
	color:#000;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
	margin-top:15px;
}
.formfield-large {
	width: 15.66%;
	padding:0px 0.5% 0 0.5%;
	float: left;
}
.f-l-otherpage {
	width: 19%;
}
.formfield-small {
	width: 15.66%;
	padding:0px 0.5% 0 0.5%;
	float: left;
	text-align:right;
}
.formfield-button {
	width: 15.66%;
	padding:41px 0.5% 0 0.5%;
	float: left;
	text-align:right;
}
input[type="text"] {
	box-shadow: inset 0 0 2px #e9e9e9;
	border: 1px solid #cdcdcd;
	height: 34px;
	color: #394041;
	width:98%;
	font-size:14px;
}
input[type="tel"] {
	box-shadow: inset 0 0 2px #e9e9e9;
	border: 1px solid #cdcdcd;
	height: 34px;
	color: #394041;
	width:98%;
	font-size:14px;
}
input[type="email"] {
	box-shadow: inset 0 0 2px #e9e9e9;
	border: 1px solid #cdcdcd;
	height: 34px;
	color: #394041;
	width:98%;
	font-size:14px;
}
textarea {
	box-shadow: inset 0 0 2px #e9e9e9;
	border: 1px solid #cdcdcd;
	color: #394041;
	width:98%;
	font-size:14px;
}
select {
    box-shadow: inset 0 0 2px #e9e9e9;
    border: 1px solid #cdcdcd;
    height: 34px;
    color: #394041;
    border-radius: 0;
	width:100%;
	font-size:14px;
}
input[type="submit"] {
	background-color:#36F;
	border: none;
	height: 34px;
	color: #FFFFFF;
	width:auto;
	padding:0 25px;
	font-size:16px;
	cursor:pointer;
	transition-property: background-color color;
	transition-duration: 0.5s;
}
input[type="submit"]:hover {
	background-color:#F60;
	color: #000;
}
.title-sell-rent {
	background-color:#CCC;
	color: #000;
	padding:5px;
	margin-top:30px;
}
/*----------- CONTENT ----------*/
#content-panel {
	float:left;
	width:100%;
}
.delimiter-content {
	width: 1110px;
	margin: 0 auto;
	padding:0 30px;
	overflow: hidden;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/* [disabled]text-align:center; */
	background: -webkit-gradient(linear, top bottom, top bottom, from(rgba(255, 255, 255, 0)), to(white), color-stop(90%, #F3F3F3));
	background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), white 90%, #F3F3F3);
	background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), white 90%, #F3F3F3);
	background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), white 90%, #F3F3F3);
	background: linear-gradient(to top, rgba(255, 255, 255, 0), white 90%, #F3F3F3);
}
.button-search-property {
	float:left;
	width: 90%;
	margin: 1% 5% 4% 5%;
	text-align:center;
	padding:25px 0;
	font-family: 'Julius Sans One', sans-serif;
	font-size:32px;
	color:#FFFFFF;
	background-color:#2973C7;
	transition-property: background-color color;
	transition-duration: 0.5s;
}
.button-search-property:hover {
	background-color:#FF6600;
}
/*-------------------- SCHEDE IMMOBILI --------------------*/
#recent-property-container {
	width: 49%;
	float:left;
	margin-bottom:20px;
	background-color:#fff;
	border: 1px solid #CCC;
	overflow:hidden;
	display:inline-block;
	text-align:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#recent-property-container:nth-child(2n+1) {
	margin-right:0;
	float:right;
}
.r-p-c-otherpages {
	width: 100% !important;
}
#recent-property-title {
	width: 94%;
	padding: 15px 3%;
	font-family: 'Julius Sans One', sans-serif;
	font-size:24px;
	color:#000000;
	overflow:hidden;
}
.p_item_locality {
	margin-top:5px;
	margin-bottom:0px;
	font-size:14px;
}
#header-pages-counter {
	width:60%;
	text-align:left;
	font-size:14px;
	color:#000;
	padding-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	float:left;
}
#header-pages-orderby {
	width:40%;
	text-align:right;
	font-size:14px;
	color:#000;
	padding-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	float:left;
}
#recent-property-title h3 {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
#recent-property-content {
	width: 100%;
	overflow:hidden;
}
#recent-property-details {
	width: 94%;
	background-color:#E4E4E4;
	border-top:solid 1px #ccc;
	overflow:hidden;
	padding:0 3%;
}
#recent-property-photo {
	position:relative;
	width: 46%;
	height:190px;
	float:left;
	margin:0 0 3% 3%;
	overflow:hidden;
}
.r-p-p-otherpages {
	width: 30% !important;
}
#recent-property-photo span {
	font-size:24px;
	float: left;
	margin: 0;
	padding: 5px 15px;
	width: auto;
	color: #FFFFFF;
	background-color:#FF6600;	
	position: absolute;
	right: 0;
	bottom: 0;
}
#recent-property-photo img {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
}
#recent-property-price {
	width: 45%;
	height:70px;
	margin:0 3% 0 0;
	padding-left: 3%;
	background-color:#2973C7;
	float:left;
	color:white;
}
#recent-property-text {
	overflow: hidden;
	position: relative;
	top:0;
	bottom:0;
	width: 45%;
	height:80px;
	margin:0 3% 0 0;
	padding-left: 3%;
	float:left;
}
#recent-property-text:before {
	content:"";
	float: left;
	width: 5px;
	height:100%;
}
#recent-property-text > *:first-child {
	float: right;
	width: 100%;
	margin-left: -5px;
}		
#recent-property-text:after {
	font-size:40px;
	content: "\02026";
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	float: right;
	position: relative;
	top: -40px;
	left: 100%;
	width: 100%;
	margin-left: -100%;
	padding-right: 5px;
	text-align: center;
	background: -webkit-gradient(linear, bottom top, bottom top, from(rgba(255, 255, 255, 0)), to(white), color-stop(80%, white));
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%, white);
	background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%, white);
	background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%, white);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 80%, white);
}
.r-p-pr-otherpages, .r-p-t-otherpages {
	width: 61% !important;
}
#recent-property-button {
	width: 43%;
	height:40px;
	margin:0 3% 0 0;
	padding-left: 3%;
	float:left;
}
#recent-property-container h3 {
	font-size:24px;
	margin:0;
}
.p-property-category {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    padding: 2px 9px;
    background-color: #ec894d;
	z-index:9999;
}
.p-property-price {
	font-size:25px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.p-property-type {
	font-size:18px;
	margin-top:5px;
	margin-bottom:0;
}
.p-property-text {
	font-size:16px;
	margin-top:15px;
	margin-bottom:0;
}
.p-property-button {
	position:relative;
	margin-top:-1px;
	font-size:40px;
	color:#2973C7;
	text-align:right;
}
.p-property-button a {
	color:#2973C7;
}
.p-property-button a:hover {
	color:#FF6600;
}
.p-property-feature {
	float: left;
	font-size: 16px;
	color: #394041;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 10px 12px 10px 0;
	margin-right: 12px;
}
.p-property-feature:nth-child(4n+0) {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}
#pages-counter-div {
	width:100%;
	text-align:center;
	margin:0px auto 20px auto;
}
.pages-counter, .pages-counter-active {
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	background-color:#E4E4E4;
	border: solid 1px #ccc;
	margin:2px;
	display:inline-block;
	transition-property: background-color color;
	transition-duration: 0.5s;
}
.pages-counter-active, .pages-counter:hover {
	background-color:#FF6600;
}
.pages-counter-inactive {
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	background-color:#E4E4E4;
	border: solid 1px #ccc;
	margin:2px;
	display:inline-block;
	transition-property: background-color color;
	transition-duration: 0.5s;
}
/*-------------------- FOOTER --------------------*/
#footer-panel {
	float:left;
	width:100%;
}
.delimiter-footer {
	width: 1110px;
	margin: 15px auto;
	padding:30px;
	background-color: #fcfcfc;
	overflow: hidden;
	border: 1px solid #CCC;
	text-align:center;
}
.footer-menu {
	width: 48.2%;
	position:relative;
	float:left;
	margin-right:1.5%;
	text-align:left;
	color:#000;
}
.delimiter-footer-credits {
	width: 1110px;
	margin: 15px auto;
	padding:0 30px;
	height:220px;
	overflow: hidden;
	text-align:center;
	font-weight:bold;
	color:#000;
}
.social_networks li a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
}
.delimiter-footer p {
}
.footer-menu li {
	list-style: disc url(none) outside;
	font-size:18px;
}
.footer-address {
	width: 48.3%;
	position:relative;
	float:right;
	margin-left:1.5%;
	text-align:left;
	color:#000;
}
.footer-menu h1, .footer-address h1 {
	font-family: 'Economica', sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	padding-top:0;
}
.footer-menu a, .footer-address a {
	color:#06F;
}
.footer-menu a:hover, .footer-address a:hover {
	color:#F60;
}
.credits-social-container {
	width:100%;
	text-align:center;
	margin:2% auto;
}
.credits-social-icon {
	font-size:25px;
	width:40px;
	height:40px;
	border: solid 1px #000;
	margin:2px;
	display:inline-block;
	color:#000000;
	transition-property: background-color color;
	transition-duration: 0.5s;
}
.credits-social-icon:hover {
	color:#fff;
	background-color:#FF6600;
}
/*-------------- PAGINE DETTAGLIO --------------*/
.details-delimiter-photo {
	width: 1172px;
	margin-right: auto;
	margin-left: auto;
}
.delimiter-content-details {
	width: 1110px;
	margin: 0 auto;
	padding: 0 30px 20px 30px;
	overflow: hidden;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color:#FFFFFF;
}
.delimiter-content-details h3 {
	font-size:32px;
	font-weight:bold;
	color: #000;
}
.delimiter-content-details h5 {
	font-size:32px;
	font-weight:bold;
	color: #000;
	text-align: left;
	padding:0 0 10px 5px;
	border-bottom:solid 1px #ccc;
	margin-top:0;
	margin-bottom: 0;
}
.delimiter-content-details h6 {
	font-size:24px;
	font-weight:bold;
	text-align: left;
	margin-top:15px;
	margin-bottom: 0;
}
.delimiter-content-details p {
	font-size:24px;
}
.details-property-name {
	width:40%;
	padding:10px;
	margin-top:27px;
	background-color:rgba(255,255,255,0.8);
	font-family: 'Julius Sans One', sans-serif;
}
.details-property-name h1 {
	font-size:20px;
	text-align:left;
	padding: 0;
	margin: 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.details-property-type {
	width:40%;
	padding:10px;
	background-color:rgba(60, 139, 197, 0.8);
	color:#fff;
	font-size:18px;
}
#details-property-photo {
	background-color:#333333;
	margin-top:15px;
	width:100%;
	overflow:hidden;
}
#details-property-photo img {
	width:100%;
}
#details-photo-label {
	width: 100%;
	background-color:#2973c7;
	overflow:hidden;
	border-top: none;
	font-size:20px;
	font-weight:bold;
}
.details-property-label-id {
	width:48%;
	float: left;
	text-align:left;
	color: #394041;
	display: inline-block;
	padding: 15px 0 15px 2%;
	background-color: #DEDEDE;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	font-size:30px;
}
.details-property-label-type {
	width:23%;
	float: left;
	color: #FFFFFF;
	display: inline-block;
	padding: 15px 0 15px 2%;
	background: #292d2d url(../images/arrow-black.jpg) no-repeat left center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	text-align:center;
	font-size:30px;
}
.details-property-label-price {
	width:23%;
	float: left;
	color: #FFFFFF;
	display: inline-block;
	padding: 15px 0 15px 2%;
	background: #2973c7 url(../images/arrow-blu.jpg) no-repeat left center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	text-align:center;
	font-size:30px;
}
.details-property-alert {
	width:100%;
	float:left;
	font-size:28px;
	font-weight:bold;
	padding:10px 0;
	background-color:rgba(255,204,0,1);
	color:#000;
	text-align: center;
}
#details-property-feature {
	width: 94%;
	background-color:#E4E4E4;
	overflow:hidden;
	padding:0 3%;
	border: 1px solid #ccc;
}
.p-details-property-feature {
	float: left;
	font-size: 16px;
	color: #394041;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 10px 12px 10px 0;
	margin-right: 12px;
}
.p-details-property-feature:nth-child(4n+0) {
	border-right: none;
}
.details-label-container {
	float:left;
	width:100%;
	border-bottom: 1px solid #ccc;
}
.details-label-title {
	width:24%;
	float:left;
	font-size:24px;
	font-weight:bold;
	padding:5px 0 5px 1%;
}
.details-label-data {
	width:75%;
	float:left;
	font-size:24px;
	padding:5px 0;
}
.details-note {
	width: 98%;
	float:left;
	background-color:#F0F0F0;
	overflow:hidden;
	padding:0 1%;
	margin-top:20px;
	margin-bottom:20px;
	border: 1px solid #ccc;
}
.details-map-label {
	float: left;
	background-color: #252a2b;
	padding: 10px 30px;
	margin-top:20px;
	text-align: center;
	color: #fff;
	font-size:24px;
}
.details-map {
	width:100%;
	height:500px;
	float: left;
	font-size:24px;
	background-color: #F0EDE5;
}
#details-contact-sx {
	width:50%;
	float: left;
	margin-top:20px;
	font-size:24px;
}
#details-contact-sx h5 {
	 border:none;
	 padding-left:0%
}
#details-contact-dx {
	width:50%;
	float: left;
	margin-top:20px;
	font-size:24px;
}
.contact-photo {
	width:50%;
	float:left;
}
.contact-photo img {
	width:100%;
}
.contact-data-container {
	width:50%;
	float:left;
}
.contact-data {
	width:92%;
	float:left;
	font-size:18px;
	padding:5px 1% 5px 0%;
	margin:0 2%;
	font-family:Tahoma, Geneva, sans-serif;
}
.contact-data-container p {
	float:left;
	padding: 10px 1% 0px 1%;
	margin: 0 2%;
	font-size: 18px !important;
}
#details-contact-dx p {
	font-size:22px;
	margin:0 2%;
}
#details-contact-dx input[type="text"] {
	width:98%;
	height:35px;
	margin:0 0 10px 2%;
	padding-left:1%;
	font-family:Tahoma, Geneva, sans-serif;
}
#details-contact-dx input[type="email"] {
	width:98%;
	height:35px;
	margin:0 0 10px 2%;
	padding-left:1%;
	font-family:Tahoma, Geneva, sans-serif;
}
#details-contact-dx input[type="tel"] {
	width:98%;
	height:35px;
	margin:0 0 10px 2%;
	padding-left:1%;
	font-family:Tahoma, Geneva, sans-serif;
}
#details-contact-dx textarea {
	width:98%;
	height:85px;
	margin:0 0 0 2%;
	padding-left:1%;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top:5px;
}
#details-contact-dx h5 {
	 border:none;
	 padding-left:1%
}
#details-contact-dx form {
	margin:0;
}
.details-contact-button {
	margin-top:10px;
	float: right;
	text-align:center;
}
.details-contact-button input {
	margin: 0 !important;
}
.privacy-box-checkbox {
	padding:10px 1% 10px 1%;
	width:5%;
	float:left;
}
.privacy-box {
	width:70%;
	float:left;
	text-align:left;
	padding-top: 12px;
	padding-bottom:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	display:inline-block;
}
/*-------------- LISTNO PREZZI --------------*/
#pricelist-container {
	width: 100%;
	margin-bottom:20px;
	margin-top:20px;
	background-color:#fff;
	overflow:hidden;
	display:inline-block;
	text-align:left;
}
.pricelist-title {
	width: 98%;
	float:left;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding: 15px 1%;
	background-color:#292d2d;
	margin-bottom:5px;
}
.pricelist-year {
	width: 50%;
	float:left;
	padding-bottom:5px;
	font-size:20px;
}
.pricelist-tarifs {
	width: 50%;
	float:left;
	text-align:right;
	padding-bottom:5px;
	font-size:20px;
}
.pricelist-tables {
}
.pricelist-tables table {
	border: 1px solid #CCC;
}
.pricelist-tables th {
	background-color: #CCCCCC;
	font-size:24px;
	font-weight:bold;
	color:#333;
}
.pricelist-tables tr {
	font-size:20px;
}
.pricelist-tables tr:nth-child(even) {
	background-color: #E9E9E9;
}
.pricelist-discount-title {
	width: 98%;
	float:left;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding: 5px 1%;
	background-color:#2973c7;
	margin-top:5px;
}
.pricelist-discount {
	width: 100%;
	float:left;
	font-size:10px !important;
	font-weight:bold;
	padding: 15px 1%;
	background-color:#F7F7F7;
	margin-bottom:5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/*-------------- CONDIZIONI GENERALI --------------*/
#conditions-panel {
	float:left;
	background-color: #F7F7F7;
	width:100%;
	display: none;
	padding:1%;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;
}
.btn-conditions-panel {
	float: left;
	position: relative;
	right: 0px;
	top: 0px;
	background-color: #252a2b;
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.5s;
	z-index:999999;
}
.btn-conditions-panel p {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align:center;
	padding: 0px 25px 0px 25px;
}
.btn-conditions-panel:hover {
	background-color:#ff5c00;
}
/*-------------- FORM PAGINA CONTATTACI --------------*/
#contact-pageform-container {
	width:50%;
	float:left;
}
#contact-pageform-container input[type="text"] {
	width:100%;
	height:35px;
	margin:0 0 10px 0;
	padding-left:1%;
	font-family:Tahoma, Geneva, sans-serif;
}
#contact-pageform-container input[type="email"] {
	width:100%;
	height:35px;
	margin:0 0 10px 0;
	padding-left:1%;
	font-family:Tahoma, Geneva, sans-serif;
}
#contact-pageform-container input[type="tel"] {
	width:100%;
	height:35px;
	margin:0 0 10px 0;
	padding-left:1%;
	font-family:Tahoma, Geneva, sans-serif;
}
#contact-pageform-container select {
	width:100%;
	height:35px;
	margin:0 0 10px 0;
	padding-left:1%;
	font-family:Tahoma, Geneva, sans-serif;
}
#contact-pageform-container textarea {
	width:100%;
	height:85px;
	margin:0 0 0 0;
	padding-left:1%;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top:5px;
}
#contact-pagecontact-container {
	width:49%;
	float:left;
	padding:0 0 0 1%;
	/* [disabled]background-color:#CCCCCC; */
}
.p_contatti_title {
	color:#990000;
	font-size:26px;
	text-align:center;
	font-weight:bold;
}
.p_contatti_txt {
	font-size:20px;
	text-align:center;
}
.p_contatti_phone {
	font-size:24px;
	text-align:center;
	font-weight:bold;
	color:#000;
}
.p_contatti_privacy {
	font-size:12px;
	font-family:Arial, Geneva, sans-serif;
	text-align:justify;
}
/*-------------- FORM PAGINA INFO --------------*/
#info-sx-container {
	width:70%;
	float:left;
	border-right:solid 1px #CCC;
	padding-right:10px;
	text-align:justify;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;
}
#info-dx-container {
	width:30%;
	float:left;
	/*background-color:#99CC33;*/
	padding-left:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;
}
#info-sx-container img {
	width:100%;
	/*float:left;*/
	margin-right:10px;
	margin-bottom:5px;
}
#info-sx-container figure {
	border:solid 1px #E2E2E2;
	width:350px;
	padding:5px;
	margin:0 5px 0 0;
	float:left;
	text-align:center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;
}
#info-sx-container p {
	font-size:22px;
	margin-top:3px;
}
#info-container {
	overflow:hidden;
	margin-bottom:10px;
}
#info-dx-container img {
	width:100%;
	/*float:left;*/
	margin-right:10px;
	margin-bottom:5px;
}
#info-dx-container figure {
	border:solid 1px #E2E2E2;
	width:48%;
	margin:0 0 10px 0;
	padding-bottom:3px;
	float:left;
	text-align:center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;
	/*display:inline-block;*/
}
#info-dx-container figure:nth-child(2n+1) {
	float:right;
}
/*-------------- PAGINA COOKIE --------------*/

#scheda_container_cookiepolicy a:hover{
	color:#F30;
}

/*===================================================================================*/
/*	Media Queries											*/
/*===================================================================================*/

/* Step 2. - 940 px (monitor piccolo) ===============================================*/
@media (max-width: 1169px) {
/*--------------------- STRUTTURA ---------------------*/
.delimiter {
	width: 940px;
}
.delimiter-content, .delimiter-search, .delimiter-footer, .delimiter-footer-credits {
	width: 880px;
}
/*--------------------- HEADER ---------------------*/
#header-bottom-left {
	width:250px;
	padding: 15px 0 0 0;
}
#header-bottom-right {
	width:690px;
}
#header-phone {
}
.button-search-property {
	font-size:24px;
}
/*--------------------- CONTENT ---------------------*/
.r-p-p-otherpages {
	width: 35% !important;
}
.r-p-pr-otherpages, .r-p-t-otherpages {
	width: 56% !important;
}
/*--------------------- DETTAGLI ---------------------*/
.details-delimiter-photo {
	width: 942px;
}
.delimiter-content-details {
    width: 880px;
}
/*-------------- FORM PAGINA INFO --------------*/
#info-sx-container {
	width:100%;
	border-right:none;
	padding-right:0;
	margin-bottom:25px;
}
#info-dx-container {
	width:100%;
	padding-left:0;
}
#info-dx-container figure {
	width:25%;
	margin:0 0 10px 0;
}
#info-dx-container figure:nth-child(2n+1) {
	float:left;
}
}
/* Step 3. - 725 px (Tablet horiz) =================================================*/
@media (max-width: 939px) {
/*--------------------- STRUTTURA ---------------------*/
.delimiter {
	width: 725px;
}
.delimiter-content, .delimiter-search, .delimiter-footer, .delimiter-footer-credits {
	width: 665px;
}
/*--------------------- HEADER ---------------------*/
#header-bottom-left {
	float:none;
	width:280px;
	margin: 0 auto;
}
#header-bottom-right {
	width:100%;
}
#header-optional-space {
	height:auto;
}
#header-menu, #header-phone {
	width:100%;
}
#header-phone {
	display:none;
}
#header-phone-mobile {
	display:block;
	margin:15px 0 15px 0;
	width:100%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	font-size:16px;
	color:#CCC;
	padding: 5px 0 5px 0;
}
#header-ferries {
	position:relative;
	margin: 0 auto;
	padding:0 0px 0 0px;
	width:180px;
	top: 0px;
	float:left;
	text-align:center;
	border-left: none;
}
/*--------------------- SLIDE ---------------------*/
#divSlideMenu {
	display: none;
	width:100%;
}
#divMenuButton {
	display: block;
	z-index:999999;
	position:absolute;
	height:48px;
	width:48px;
	background-color:#2973C7;
	color: #fff;
	text-align:center;
	line-height:40px;
	right: 0px;
	top:60px;
	transition-property: background-color color;
	transition-duration: 0.5s;
}
#divMenuButton:hover {
	background-color:#FF6600;
}
#divSlideMenu ul li {
	float:left;
	width: 100%;
	text-align:center;
	line-height:43px;
	background-color:#333333;
	font-size:18px;
	border-bottom:1px solid #5D5D5D;
}
.button-search-property {
	font-size:20px;
}
/*--------------------- CONTENT ---------------------*/
#recent-property-container {
	width: 100%;
	margin-bottom:3%;
}
.r-p-p-otherpages {
	width: 45% !important;
}
.r-p-pr-otherpages, .r-p-t-otherpages {
	width: 46% !important;
}
#header-pages-counter, #header-pages-orderby {
	font-size:12px;
}
/*--------------------- FOOTER ---------------------*/
.footer-menu li {
	list-style: url(none) none inside;
	margin-left:-40px;
	font-size:20px;
	line-height:25px;
}
/*--------------------- SEARCH ---------------------*/
.formfield-large {
	width: 49%;
}
.formfield-small {
	width: 49%;
}
.formfield-button {
	width: 100%;
	text-align:center;
}
/*--------------------- PAGINE DETTAGLIO ---------------------*/
.details-delimiter-photo {
	width: 727px;
}
.delimiter-content-details {
    width: 695px;
	padding:0 15px 15px 15px;
}
.details-property-name, .details-property-type {
	width:50%;
}
#details-photo-label {
	font-size:16px;
}
.details-property-label-id {
	width:31.33%;
}
.details-property-label-type {
	width:31.33%;
}
.details-property-label-price {
	width:31.33%;
}
.delimiter-content-details p {
	font-size:18px;
}
.delimiter-content-details h5 {
	font-size:28px;
}
.details-label-title {
	width:30%;
	font-size:18px;
}
.details-label-data {
	width:69%;
	font-size:18px;
}
.details-note {
	font-size:18px;
}
.details-map-label {
	font-size:18px;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------*/
#details-contact-dx, #details-contact-sx {
	width:100%;
}
#details-contact-dx input[type="text"] {
	width:100%;
	margin:0 0 10px 0;
}
#details-contact-dx input[type="email"] {
	width:100%;
	margin:0 0 10px 0;
}
#details-contact-dx input[type="tel"] {
	width:100%;
	margin:0 0 10px 0;
}

#details-contact-dx textarea {
	width:100%;
	margin:0;
}
.details-contact-button {
	width:30%;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	float: none;
	text-align:center;
}
.button-height {
	height: 48px !important;
}
.privacy-box-checkbox {
	padding-left:0;
	width:5%;
}
.privacy-box {
	width:93%;
}
/*--------------------- TABELLE PREZZI ---------------------*/
.pricelist-year, .pricelist-tarifs {
	width: 100%;
	text-align:center;
}
}
/* Step 4. - 500 px (Tablet Vert) ===================================================*/
@media (max-width: 724px) {
/*--------------------- STRUTTURA ---------------------*/
.delimiter {
	width: 500px;
}
.delimiter-content, .delimiter-search, .delimiter-footer, .delimiter-footer-credits {
	width: 440px;
}
/*--------------------- CONTENT ---------------------*/
.delimiter-content-details h3 {
	font-size:26px;
}

/*--------------------- SEARCH ---------------------*/
.button-search-property {
	font-size:24px;
	width:80%;
	margin: 1% 10% 3%;
}
.btn-search-panel p {
	display:none;
}
#header-pages-counter, #header-pages-orderby {
	width:100%;
	font-size:12px;
	text-align:center;
}
/*--------------------- PAGINE DETTAGLIO ---------------------*/
.details-delimiter-photo {
	width: 502px;
}
.delimiter-content-details {
    width: 470px;
}
.details-property-label-id, .details-property-label-type, .details-property-label-price {
	font-size:22px;
}
/*--------------------- CONDIZIONI GENERALI ---------------------*/

.btn-conditions-panel {
	width:100%;
}
/*-------------- FORM PAGINA CONTATTACI --------------*/
#contact-pageform-container {
	width:100%;
}

#contact-pagecontact-container {
	width:100%;
	float:left;
	padding:0 1%;
	border-top:1px solid #ccc;
	/* [disabled]background-color:#CCCCCC; */
}
#contact-pagecontact-container h2 {
	margin-top:25px !important;
}

/*-------------- FORM PAGINA INFO --------------*/
#info-sx-container figure {
	width:100%;
	margin-bottom:10px;
}
#info-sx-container p {
	font-size:20px;
}
#info-dx-container figure {
	width:49%;
}
#info-dx-container figure:nth-child(2n+1) {
	float:right;
}

}
/* Step 5. - Fluido (Smartphones) ===================================================*/
@media (max-width: 499px) {
h1 {
	font-size: 30px;
}
h5 {
	font-size: 18px;
}
p {
	font-size: 16px;
}
/*--------------------- STRUTTURA ---------------------*/
.delimiter {
	width: 100%;
}
.delimiter-content, .delimiter-footer, .delimiter-footer-credits {
	width: 98%;
	padding:0 1%;
}
/*--------------------- HEADER ---------------------*/
#email {
	font-size: 29px;
	padding-top:0px;
	padding-left:5px;
}
.email-link {
	display: none;	
}
/*--------------------- CONTENT ---------------------*/
.delimiter-content-details h3 {
	font-size:26px;
	text-align:center;
}
/*--------------------- SEARCH ---------------------*/
.delimiter-search {
	width: 98%;
	padding:0 1%;
}
.formfield-large {
	width: 98%;
	padding-top:0px;
}
.formfield-small {
	width: 98%;
	padding-top:0px;
}
.formfield-button {
	width: 98%;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}
input[type="text"] {
	width:99%;
}
input[type="submit"] {
	height:40px;
}
/*--------------------- CONTENT ---------------------*/
#details-property-feature-container {
    width: 98%;
    padding: 0 1%;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
}
.delimiter-content {
	width:100%;
    margin: 0 auto;
    padding: 0 0px;
	border:none;
}
#recent-property-title h3 {
	font-size:18px;
}
.p-property-price {
	font-size:22px;
}
#recent-property-photo span {
	font-size:20px;
}
.p-property-feature {
	font-size: 14px;
}
/*--------------------- FOOTER ---------------------*/
.footer-menu {
	width: 100%;
	text-align:center;
	padding-top:10px;
	border-bottom:solid 1px #ccc;
}
.footer-address {
	width: 100%;
	text-align:center;
	padding-top:10px;
}
.footer-menu h1, .footer-address h1 {
	text-align:center;
}
/*--------------------- PAGINE DETTAGLIO ---------------------*/
.details-delimiter-photo {
	width: 96%;
}
.delimiter-content-details {
    width: 96%;
	padding:0 2% 15px 2%;
	border-left:0;
	border-right:0;
}
.details-property-name, .details-property-type {
	width:75%;
}
.details-label-title {
	width:45%;
}
.details-label-data {
	width:54%;
}
.contact-data {
	float:left;
	font-size:14px;
	padding:5px 1% 5px 0%;
}
.contact-data-container p {
	font-size: 14px !important;
}
/*--------------------- TABELLE PREZZI ---------------------*/
.pricelist-title, .pricelist-discount-title {
	font-size:22px;
}
.pricelist-year, .pricelist-tarifs {
	width: 100%;
	text-align:center;
	font-size:16px;
}
.pricelist-tables th {
	font-size:18px;
}
.pricelist-tables tr {
	font-size:16px;
}
/*-------------- FORM PAGINA CONTATTACI --------------*/
#contact-pageform-container input[type="text"] {
	width:96%;
	margin:0 2% 10px 2%;
}
#contact-pageform-container input[type="email"] {
	width:96%;
	margin:0 2% 10px 2%;
}
#contact-pageform-container input[type="tel"] {
	width:96%;
	margin:0 2% 10px 2%;
}
#contact-pageform-container select {
	width:96%;
	margin:0 2% 10px 2%;
}
#contact-pageform-container textarea {
	width:96%;
	margin:0 2% 10px 2%;
}
.p_contatti_privacy, #contact-pagecontact-container h4 {
	padding:0 2% 0 1%;
}
/*-------------- FORM PAGINA INFO --------------*/
#info-dx-container figure {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	float:none;
}
#info-dx-container figure:nth-child(2n+1) {
	float:none;
}
/*-------------- FORM PAGINA INFO --------------*/
#info-sx-container {
	padding:10px;
}
/*-------------- PAGINA COOKIE --------------*/
#scheda_container_cookiepolicy {
	padding:10px;
}
}