/*------------------------------------------------------------ WEB FONTS -----*/
/*
Titoli H1 H2 H3 H4 H5           - font-family: 'Cabin', sans-serif;
Testo paragrafi                 - font-family: 'Advent Pro', sans-serif;
Titolo pagine                   - font-family: 'Raleway', sans-serif;
Testo Menù e nomi proprietà     - font-family: 'Sarala', sans-serif;
*/
/*------------------------------------------------------------ WEB FONTS -----*/
html {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Advent Pro', sans-serif;
    margin: 0;
    padding: 0;
    color: #808080;
}
/*----------------------------------------------------- CLASSI GENERICHE -----*/
a {
    color:#808080; 
    text-decoration: none;
    transition-property: color;
    transition-duration: 0.5s;
}
a:hover {
    color: #009900; 
    text-decoration: none;
}
h1 {
    margin-top:0;
    font-size: 36px;
    text-align:center;
    color:#333333;
    padding-top:0.4em;
    font-family: 'Cabin', sans-serif;
}
h2 {
    font-size: 30px;
    font-family: 'Cabin', sans-serif;
}
h3 {
    font-size: 25px;
    font-family: 'Cabin', sans-serif;
}
h4 {
    font-size: 20px;
    font-family: 'Cabin', 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;
}
input, textarea {
    font-family: 'Cabin', sans-serif;
}
/*------------------------------------------------------- CLASSI SETTORI -----*/
.delimiter {
    width: 1170px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}
/*--------------------------------------------------------------- HEADER -----*/
#header-panel {
    float:left;
    width:100%;
    overflow:hidden;
}
#header-top {
    border-bottom: solid 1px #666;
}
#header-lang {
    width: 30%;
    float: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#header-lang img {
    padding: 6px 2px 2px 35px;
}
#header-contact {
    display: block;
    width:70%;
    float:left;
    padding: 8px 35px 2px 2px;
    font-size:18px;
    text-align: right;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#header-contact-small{
    display: none;
    width:70%;
    float:left;
    padding: 3px 35px 3px 2px;
    font-size: 18px;
    text-align: right;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#header-bottom-right {
    width:60%;
    float:left;
    padding: 25px 20px 0px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#header-logo {
    width:40%;
    float:left;
    padding: 26px 2px 2px 40px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#header-logo img {
    width:100%;
}
#header-menu {
    /*background-color: #ccff33;*/
}
/*----------------------------------------------------------------- MENU -----*/
#divSlideMenu {
    float:right;
    display: block;
    text-align: justify;
    padding-top: 20px;
    padding-bottom: 30px;
}
#divMenuButton {
    display: none;
}
#divSlideMenu ul {
    float:left;
    width: 100%;
    margin: 0;
    font-family: 'Sarala', sans-serif;
}
#divSlideMenu ul li {
    float:left;
    height: 48px;
    list-style: none outside none;
    width: auto;
    padding: 0 17px 0 17px;
    text-align:center;
    line-height:48px;
    transition-property: background-color color;
    transition-duration: 0.5s;
}
#divSlideMenu ul li:hover {
    border-bottom: solid 4px #ffa200;
}
#divSlideMenu a {
    font-size: 16px;
    color:#000;
}
#divSlideMenu a:hover {
    color:#008001;
}
.menu-active {
    border-bottom: solid 4px #008001;
}
/*--------------------------------------------------------------- SLIDER -----*/
#slider-panel {
    width:100%;
    height:350px;
    float:left;
    overflow:hidden;
}
#slider-form {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: -400px;
    z-index: 999;
}
#slider-form h1 {
    padding-top: 0;
    margin-bottom: 10px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}
/*-------------------------------------------------- SLIDER ALTRE PAGINE -----*/
#slider-panel-op {
    width:100%;
    height:150px;
    float:left;
    overflow:hidden;
}
#slider-panel-op h1 {
    margin-bottom: 18px;
}
.bgr-page-title {
    height: 150px;
    background-position: center center;
    background-size: cover;
}
.bgr-page-title h1 {
    padding-top: 50px;
    color: #fff;
}
/*-------------------------------------------------------------- FORM HP -----*/
#inputContainer {
    margin: 0 auto;
}
.btn-search-panel {
    height: 43px;
    border: none;
    border-radius: 3px;
    padding: 0 25px 0 25px;
    background-color: #ffa200;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.5s;
}
.btn-search-panel:hover {
    background-color:#008001;
    color: #fff;
}
input[type="text"] {
    border: none;
    border-radius: 3px;
    height: 40px;
    padding-left: 5px;
    color: #394041;
    width:300px;
    font-size:16px;
}
/*-------------------------------------------------------------- CONTENT -----*/
#content-panel {
    position: relative;
    margin-top: 25px;
    padding: 0 30px 0 30px;
    border: solid 1px #bdd1fc;
}
#slogan h1 {
    text-align: left;
    color: #008001;
}
/*--------------------------------------------------- SCHEDE IMMOBILI HP -----*/
.recent-property-container {
    width: 31.5%;
    height: 500px;
    margin-right: 2.75%;
    float:left;
    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(3n+0) {
    margin-right:0;
}
.recent-property-titles {
    width:80%;
    height: 117px;
    float: left;
    /*background-color: #f0f;*/
}
.recent-property-button {
    width:20%;
    height: 107px;
    float: left;
    text-align: right;
    padding-top: 10px;
    /*background-color: #f10;*/
}
.recent-property-button a {
    color: #ffa200;
}
.recent-property-button a:hover {
    color: #008001;
}
.recent-property-text p {
    font-size: 16px;
    margin: 10px 0 5px 0;
}
.recent-property-text h3 {
    font-family: 'Sarala', sans-serif;
    font-size: 24px;
    color: #008001;
    margin: 3px 0 0 0;
}
.recent-property-text h4 {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    margin: 0 0 0 0;
}
.recent-property-text h5 {
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    text-align: left;
    margin: 3px 0 5px 0;
    color: #000;
}
.recent-property-text span {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    margin: 3px 0 10px 0;
    color: #666666;
}
.recent-property-photo-container {
    height: 210px;
    overflow: hidden;
    -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-photo {
    width: 100%;
    height: 210px;
    background-position: center center;
    background-size: cover;
}
#hp-button-field {
    text-align: center;
    margin: 20px 0 40px 0;
}
.btn-search-all {
    height: 43px;
    border: none;
    border-radius: 3px;
    padding: 0 25px 0 25px;
    background-color: #008001;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.5s;
}
.btn-search-all:hover {
    position: relative;
    background-color:#ffa200;
    color: #000;
}
.recent-property-evidence {
    height: 210px;
    background-image: url(../images/evidenza_it.png);
    background-repeat: no-repeat;
    background-position: bottom right; 
}
/*----------------------------------------------------- PANNELLO SERVIZI -----*/
#services-panel {
    /*height: 600px;*/
    background-image: url(../images/bgr-services.jpg);
    background-size: cover;
    font-family: 'Cabin', sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    text-align: center;
}
#services-panel h1 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 48px;
    color: #fff;
    padding-top: 50px;
    margin-bottom: 0;
}
.services-container {
    width: 31%;
    margin: 0 1.1667%;
    float: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.services-icons {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 16px;
    background-image: -ms-linear-gradient(top right, #00ff03 0%, #008001 100%); /* IE10 */
    background-image: -moz-linear-gradient(top right, #00ff03 0%, #008001 100%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(top right, #00ff03 0%, #008001 100%); /* Opera */
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #00ff03), color-stop(1, #008001)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top right, #00ff03 0%, #008001 100%); /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to top right, #00ff03 0%, #008001 100%); /* Regola standard */
}
/*---------------------------------------------------- PANNELLO CONTATTI -----*/
#contact-panel {
    background-color: #f7f2df;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#contact-panel h1 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 48px;
    padding-top: 50px;
    margin-bottom: 0;
}
#contact-form {
    width: 55%;
    margin: 0 auto;
}
.double-input {
    width: 50%;
    float: left;
}
.double-input input[type="text"],
.double-input input[type="tel"],
.double-input input[type="email"] {
    border: solid 1px #cccccc;
    border-radius: 3px;
    height: 40px;
    margin: 2%;
    padding-left: 5px;
    color: #394041;
    width:94%;
    font-size:16px;
}
.single-input {
    width: 100%;
    float: left;
}
.single-input input[type="text"] {
    border: solid 1px #cccccc;
    border-radius: 3px;
    height: 40px;
    width: 97% !important;
    margin: 1%;
}
.single-input textarea {
    border: solid 1px #cccccc;
    border-radius: 3px;
    width: 97%;
    font-size:16px;
    height: 150px;
    margin: 1%;
}
#confirm-container {
    height: 50px;
    text-align: center;
    /*background-color: #f00;*/
}
/*--------------------------------------------------------------- FOOTER -----*/
#footer-panel {
    background-position: center center;
    background-size: cover;
}
#footer-container {
    padding: 0 30px 0 30px;
}
.footer-sections {
    width: 35%;
    margin: 0 1.1667%;
    float: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.footer-sections:nth-child(1n+3) {
    width: 23%;
}
.footer-sections h1 {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #00bf02;
    padding: 50px 0 30px 0;
}
.footer-sections h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #fff;
}
.footer-sections p {
    font-family: 'Sarala', sans-serif;
    font-size: 14px;
    color: #fff;
}
.footer-sections a {
    color: #fff;
}
.footer-sections a:hover {
    color: #00bf02;
}
.footer-social {
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    border-radius: 25px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    float: left;
}
#footer-copyright {
    padding: 30px 0 20px 0;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
/*--------------------------------- VENDITE ----------------------------------*/
/*--------------------------------------------------------- SEARCH PANEL -----*/
.delimiter-container-search {
    width: 1170px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.delimiter-container-search h2 {
    padding-left: 33px;
    margin-bottom: 0;
}
#search-panel {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    color: #000;
}
.delimiter-search {
    margin: 0 auto;
    padding: 0 30px 35px 30px;
    overflow: hidden;
    text-align:center;
}
#divSearchButton {
    display: none;
}
.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: 28px 0.5% 0 0.5%;
    float: left;
    text-align:right;
}
#search-panel p {
    text-align: left;
    margin-bottom: 2px;
    font-family: arial;
    font-size: 12px;
}
#search-panel input[type="text"] {
    border: 1px solid #cdcdcd;
    height: 30px;
    color: #394041;
    width: 98%;
    font-size: 14px;
}
#search-panel select {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    height: 34px;
    color: #394041;
    width: 100%;
    font-size: 14px;
}
#search-panel input[type="submit"] {
    background-color: #008001;
    border: none;
    height: 34px;
    color: #FFFFFF;
    width: auto;
    border-radius: 3px;
    padding: 0 25px;
    font-size: 16px;
    cursor: pointer;
    transition-property: background-color color;
    transition-duration: 0.5s;
}
#search-panel input[type="submit"]:hover {
    background-color: #ffa200;
    color: #000;
}
/*-------------------------------------------------------------- CONTENT -----*/
#content-panel-search {
    position: relative;
    /*margin-top: 25px;*/
    padding: 0 30px 0 30px;
    border-left: solid 1px #bdd1fc;
    border-right: solid 1px #bdd1fc;
    
}
/*-------------------------------------------------------- SEARCH RESULT -----*/
#header-pages-counter {
    width:50%;
    text-align:left;
    font-size:14px;
    color:#000;
    padding-bottom:30px;
    padding-top: 30px;
    font-family: 'Open Sans', sans-serif;
    float:left;
}
#header-pages-orderby {
    width:50%;
    text-align:right;
    font-size:14px;
    color:#000;
    padding-bottom:30px;
    padding-top: 30px;
    font-family: 'Open Sans', sans-serif;
    float:left;
}
/*------------------------------------------------------ SCHEDE IMMOBILI -----*/
.property-container {
    width: 100%;
    padding: 1%;
    margin-bottom: 25px;
    float:left;
    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+ */
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.6);
    border: solid 1px #eee;
}
.property-photo-container {
    height: 230px;
    width: 39%;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    float: left;
    margin-right: 10px;
}
.property-photo {
    width: 100%;
    height: 230px;
    background-position: center center;
    background-size: cover;
}
.property-evidence {
    height: 230px;
    background-image: url(../images/evidenza_it.png);
    background-repeat: no-repeat;
    background-position: bottom right; 
}
.property-evidence-en {
    height: 230px;
    background-image: url(../images/evidenza_en.png);
    background-repeat: no-repeat;
    background-position: bottom right; 
}
.property-text-container {
    width: 60%;
    float: left;
}
.property-title {
    width: 80%;
    height: 90px;
    float: left;
    /*background-color: #bdd1fc;*/
}
.property-title h3 {
    font-family: 'Sarala', sans-serif;
    font-size: 24px;
    color: #008001;
    margin: 0 0 0 0;
}
.property-title h4 {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    margin: 0 0 0 0;
}
.property-title h5 {
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    text-align: left;
    margin: 3px 0 5px 0;
    color: #333333;
}
.property-button {
    width: 20%;
    height: 90px;
    text-align: right;
    float: left;
    /*background-color: #00afea*/
}
.btn-details {
    height: 43px;
    border: none;
    border-radius: 3px;
    padding: 0 25px 0 25px;
    background-color: #ffa200;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.5s;
}
.btn-details:hover {
    background-color: #008001;
    color: #fff;
}
.property-text {
    width: 100%;
    height: 98px;
    float: left;
    font-size: 16px;
    margin: 0 0 5px 0;
    overflow: hidden;
    /*background-color: #f00;*/
}
.textOverflow {
    height: 20px;
    width: 100%;
    margin-top: 168px;
    position: relative;
    background-image: url(../images/text_overflow.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    /*background-color: rgba(255, 0, 255, 0.51);*/
}
.property-details {
    width: 50%;
    height: 19px;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    margin: 9px 0 0 0;
    padding-top: 10px;
    color: #666666;
    float: left;
    /*background-color: #00ff03;*/
}
.property-price {
    width: 50%;
    float: left;
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    text-align: right;
    margin: 9px 0 0 0;
    padding-top: 0px;
    color: #000;
    /*background-color: #00afea;*/
}
.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;
}
/*-------------------------------------------------------- PAGES COUNTER -----*/
#pages-counter-div {
    width:100%;
    text-align:center;
    margin:0px auto;
    padding-bottom: 40px;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}
.pages-counter, .pages-counter-active {
    font-size:25px;
    line-height:40px;
    width:40px;
    height:40px;
    border-bottom: solid 6px #CCC;
    margin:2px;
    display:inline-block;
    transition-property: background-color color;
    transition-duration: 0.5s;
}
.pages-counter-active {
    border-bottom: solid 6px #008001;
    color: #008001;
}
.pages-counter:hover {
    border-bottom: solid 6px #ffa200;
    color: #ffa200;
}
.pages-counter-inactive {
    font-size:25px;
    line-height:40px;
    width:40px;
    height:40px;
    border-bottom: solid 6px #eee;
    color: #eee;
    margin:2px;
    display:inline-block;
    transition-property: background-color color;
    transition-duration: 0.5s;
}
/*----------------------------------------------------- PAGINE DETTAGLIO -----*/

#details-property-photo {
    background-color:#333333;
    margin-top:15px;
    width:100%;
    overflow:hidden;
}
#details-photo-label {
    width: 100%;
    font-family: 'Cabin', sans-serif;
    overflow:hidden;
    border-top: none;
    font-weight:bold;
}
.details-property-label-id {
    width: 70%;
    float: left;
    text-align: left;
    color: #394041;
    display: inline-block;
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:36px;
}
.details-property-label-price {
    width: 30%;
    float: left;
    color: #008001;
    display: inline-block;
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    font-size: 36px;
}
.details-property-city {
    width:100%;
    float:left;
    font-size:20px;
    padding: 0;
    text-align: left;
}
.details-property-description {
    width: 100%;
}
.details-property-column {
    width: 49.5%;
    float: left;
    padding-right: 0.5%;
    /*background-color: #f4e0e0;*/
    font-size: 18px;
}
.details-property-column:nth-child(2n+0) {
    padding-right: 0;
    padding-left: 0.5%;

}
.details-property-column h5 {
    font-family: 'Cabin', sans-serif;
    text-align: left;
    color: #1a1a1a;
    margin: 0;
    padding: 0 0 15px 5px;
    border-bottom: 1px solid #ccc;
}
.details-label-container {
    float:left;
    width:100%;
    border-bottom: 1px solid #ccc;
}
.details-label-container:nth-child(2n+1)  {
    background-color: #F0F0F0;
}
.details-label-title {
    width:32%;
    float:left;
    padding:5px 0 5px 1%;
}
.details-label-data {
    width:67%;
    float:left;
    padding:5px 0;
}
.details-map-label {
    padding: 20px 5px 10px 5px;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size:24px;
    color: #1a1a1a;
}
.details-map {
    width:100%;
    height:500px;
    float: left;
    font-size:24px;
    background-color: #F0EDE5;
    margin-bottom: 30px;
}
#details-contact-panel {
    background-color: #f7f2df;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#details-contact-panel h1 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 28px;
    padding: 30px 0;
    margin-bottom: 0;
}
.details-contact-content {
    padding: 0 30px;
}
#details-contact-form {
    width: 98%;
}
#details-contact-sx {
    width:33%;
    float: left;
    font-size:24px;
}
#details-contact-sx h6 {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    margin: 30px 0 0 0;
}
#details-contact-sx p {
    font-size: 16px;
}
#details-contact-dx {
    width:67%;
    float: left;
    text-align: right;
    /*background-color: #ff0;*/
}
.details-double-input {
    width: 49%;
    padding-left: 1%;
    float: left;
}
.details-double-input input[type="text"],
.details-double-input input[type="tel"],
.details-double-input input[type="email"] {
    border: solid 1px #cccccc;
    border-radius: 3px;
    height: 40px;
    margin: 2%;
    padding-left: 5px;
    color: #394041;
    width:98%;
    font-size:16px;
}
.details-single-input {
    width: 99%;
    padding-left: 1%;
    float: left;
}
.details-single-input input[type="text"] {
    border: solid 1px #cccccc;
    border-radius: 3px;
    height: 40px;
    width: 99%;
    margin: 1%;
    padding-left: 5px;
}
.details-single-input textarea {
    border: solid 1px #cccccc;
    border-radius: 3px;
    width: 99%;
    font-size:16px;
    height: 150px;
    margin: 1%;
    padding-left: 5px;
}
.suggest-property-container {
    width: 25%;
    /*height: 500px;*/
    /*margin-right: 2.75%;*/
    padding: 0 1% 20px 1%;
    float:left;
    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+ */
}
.suggest-property-titles {
    width:82%;
    height: 97px;
    float: left;
    /*background-color: #f0f;*/
}
.suggest-property-button {
    width:18%;
    height: 87px;
    float: left;
    text-align: right;
    padding-top: 10px;
    /*background-color: #f10;*/
}
.suggest-property-button a {
    color: #ffa200;
}
.suggest-property-button a:hover {
    color: #008001;
}
.suggest-property-text p {
    font-size: 16px;
    margin: 10px 0 5px 0;
}
.suggest-property-text h3 {
    font-family: 'Sarala', sans-serif;
    font-size: 20px;
    color: #008001;
    margin: 3px 0 0 0;
}
.suggest-property-text h4 {
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    margin: 0 0 0 0;
}
.suggest-property-text h5 {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    text-align: left;
    margin: 3px 0 5px 0;
    color: #000;
}
.suggest-property-text span {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    margin: 3px 0 10px 0;
    color: #666666;
}
.suggest-property-photo-container {
    height: 150px;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.suggest-property-photo {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-size: cover;
}
/*---------------------------------------------------------- PAGINE INFO -----*/
#info-content-sx {
    width: 58%;
    padding-right: 2%;
    text-align: justify;
    float: left;
}
#info-content-dx {
    width: 40%;
    padding-bottom: 20px;
    text-align: right;
    float: left;
}
#info-content-dx img {
    width: 100%;
    padding-top: 22px;
}
/*--------------------------------------------------------------- COOKIE -----*/
#content-cookie {
    padding: 10px 0 20px 0;
}



/*============================================================================*/
/*	                          Media Queries                               */
/*============================================================================*/

/* Step 2. - 940 px (monitor piccolo) ========================================*/
@media (max-width: 1169px) {
    .delimiter {
        width: 940px;
    }
    #header-logo {
        width:35%;
    }
    #header-bottom-right {
        width:65%;
    }
    /*----------------------------------------------------------- SLIDER -----*/
    #divSlideMenu {
        padding-top: 5px;
    }
    #divSlideMenu a {
        font-size: 14px;
    }
    /*----------------------------------------------------- SEARCH PANEL -----*/
    .delimiter-container-search {
        width: 940px;
    }
    .delimiter-container-search h2 {
        padding-left: 0;
    }
    .delimiter-search {
        padding-left: 0;
        padding-right: 0;
    }
    /*----------------------------------------------- SCHEDE IMMOBILI HP -----*/
    .recent-property-container {
    margin-bottom: 30px;
    }
    /*-------------------------------------------------- SCHEDE IMMOBILI -----*/
    .property-text-container {
        width: 59%;
    }
    .property-title {
        width: 75%;
    }
    .property-button {
        width: 25%;
    }
    .property-price {
        font-size: 20px;
        padding-top: 5px;
    }
    /*----------------------------------------------------------- FOOTER -----*/
    .footer-sections h1 {
        font-size: 20px;
    }
    .footer-sections h2 {
        font-size: 20px;
    }
    .footer-sections p {
        font-size: 11px;
    }
    .footer-social {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        font-size: 12px;
    }
    /*------------------------------------------------ VENDITE DETTAGLIO -----*/
    .details-property-label-id {
        font-size:30px;
    }
    .details-property-label-price {
        font-size: 30px;
    }
    .details-property-column h5 {
        font-size: 20px;
    }
    .details-property-column {
        font-size: 16px;
    }
    .details-label-title {
        padding:6px 0 5px 1%;
    }
    .details-label-data {
        padding:6px 0;
    }
}

/* Step 3. - 725 px (Tablet horiz) ===========================================*/
@media (max-width: 939px) {
    .delimiter {
        width: 725px;
    }
    #header-logo {
        width:100%;
        text-align: center;
        padding-left: 0; 
    }
    #header-logo img {
        width:50%;
    }
    #header-bottom-right {
        width:95%;
        margin: 0 auto;
        padding-right: 0;
    }
    /*----------------------------------------------------------- SLIDER -----*/
    #divSlideMenu ul {
        float:right;
    }
    /*----------------------------------------------- SCHEDE IMMOBILI HP -----*/
    .recent-property-container {
        width: 48%;
    }
    .recent-property-container:nth-child(3n+0) {
        margin-right: 2.75%;
    }
    .recent-property-container:nth-child(odd) {
        margin-right:0;
        float:right;
    }
    /*----------------------------------------------------- SEARCH PANEL -----*/
    .delimiter-container-search {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #search-panel p {
        font-size: 11px;
    }
    /*-------------------------------------------------- SCHEDE IMMOBILI -----*/
    .property-title {
        width: 67%;
    }
    .property-button {
        width: 33%;
    }
    .property-price {
        font-size: 20px;
        margin: 8px 0 0 0;
    }
    .textOverflow {
        margin-top: 148px;
    }
    .property-details {
        width: 100%;
        margin-top: 0;
    }
    .property-price {
        width: 100%;
        margin-top: 0;
    }
    .property-text {
        height: 77px;
    }
    /*------------------------------------------------- PANNELLO SERVIZI -----*/
    #services-panel h1 {
        font-size: 40px;
    }
    #services-panel h2 {
        font-size: 26px;
    }
    #services-panel p {
        font-size: 16px;
    }
    .services-icons {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        font-size: 14px;
    }
    /*------------------------------------------------ PANNELLO CONTATTI -----*/
    #contact-panel h1 {
        font-size: 40px;
    }
    #contact-form {
        width: 90%;
    }
    /*------------------------------------------------ VENDITE DETTAGLIO -----*/
    .details-property-label-id {
        width: 60%;
        font-size:26px;
    }
    .details-property-label-price {
        width: 40%;
        font-size: 26px;
    }
    #details-contact-sx {
        width: 100%;
    }
    #details-contact-dx {
        width: 100%;
    }
    .suggest-property-container {
        width: 50%;
    }
}

/* Step 4. - 500 px (Tablet Vert) ============================================*/
@media (max-width: 724px) {
    .delimiter {
        width: 500px;
    }
    #header-contact {
        display: none;
    }
    #header-contact-small {
        display: block;
    }
    #header-logo {
        width:100%;
        text-align: center;
        padding-top: 10px;
    }
    #header-logo img {
        width:70%;
    }
    #header-bottom-right {
        width:100%;
        padding-top: 0;
        text-align: center;
    }
    /*----------------------------------------------------------- SLIDER -----*/
    input[type="text"] {
        width: 250px;
    }
    /*------------------------------------------------------------- MENU -----*/
    #divSlideMenu {
	display: none;
	width:100%;
        padding-bottom: 5px;
    }
    #header-menu {
        width: 100%;
        float: left;
    }
    #divMenuButton {
	display: block;
        float: right;
        font-size: 24px;
        padding-top: 6px;
	height: 34px;
	width: 40px;
        border-radius: 3px;
	background-color:#008001;
	color: #fff;
	text-align:center;
	transition-property: background-color color;
	transition-duration: 0.5s;
    }
    #divMenuButton:hover {
	background-color: #ffa200;
        color: #000;
    }
    #divSlideMenu ul li {
	width: 100%;
	text-align: center;
	line-height: 43px;
        color: #fff;
	font-size: 18px;
        border: solid 1px #008001;
        border-radius: 3px;
        margin-bottom: 2px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        transition-property: background-color color;
	transition-duration: 0.5s;
    }
    a.block {
        display:block;
        text-decoration: none
    }
    #slider-form h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    /*---------------------------------------------------------- CONTENT -----*/
    #content-panel h1 {
        font-size: 26px;
    }
    #slider-panel-op h1 {
        margin-bottom: 28px;
        font-size: 28px;
    }
    /*----------------------------------------------------- SEARCH PANEL -----*/
    #search-panel {
        display: none;
    }
    #divSearchButton {
	display: block;
        float: right;
        font-size: 24px;
        top: -61px;
        padding-top: 6px;
	height: 32px;
	width: 40px;
        border-radius: 3px 3px 0 0;
	background-color:#008001;
	color: #fff;
	text-align:center;
	transition-property: background-color color;
	transition-duration: 0.5s;
    }
    #divSearchButton:hover {
	background-color: #ffa200;
        color: #000;
    }
    /*----------------------------------------------- SCHEDE IMMOBILI HP -----*/
    .recent-property-container {
        width: 100%;
        margin-bottom: 30px;
    }
    .recent-property-container:nth-child(2n+2) {
        margin-right:0;
        float:none;
    }
    .recent-property-photo-container {
        height: 260px;
    }
    .recent-property-photo {
        height: 260px;
    }
    .property-evidence {
        height: 260px;
    }
    .recent-property-text h3 {
        font-size: 22px;
    }
    .recent-property-text h5 {
        font-size: 22px;
    }
    /*---------------------------------------------------- SEARCH RESULT -----*/
    #header-pages-counter, #header-pages-orderby {
        width:98%;
        text-align: center;
        padding: 10px 1%;
    }
    .delimiter-container-search h2 {
        text-align: center;
        font-size: 26px;
    }
    .formfield-button {
        width: 99%;
        text-align: center;
    }

    /*----------------------------------------------------- PANEL SEARCH -----*/
    .delimiter-container-search {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
        .formfield-large {
        width: 99%;
        padding: 0px 0.5% 0 0.5%;
        float: left;
    }
    .formfield-small {
        width: 99%;
        padding: 0px 0.5% 0 0.5%;
        float: left;
        text-align: right;
    }
    /*-------------------------------------------------- SCHEDE IMMOBILI -----*/
    .property-text-container {
        width: 100%;
    }
    .property-photo-container {
        width: 100%;
    }
    .property-evidence {
        height: 230px;
    }
    .property-title {
        width: 80%;
        height: 78px;
    }
    .property-title h3 {
        font-size: 22px;
    }
    .property-title h4 {
        font-size: 12px;
    }
    .property-title h5 {
    font-size: 14px;
    }
    .property-button {
        width: 20%;
        height: 68px;
        padding-top: 10px;
    }
    .btn-details {
        font-size: 12px;
        padding: 10px;
    }
    .textOverflow {
        margin-top: 135px;
    }
    /*------------------------------------------------- PANNELLO SERVIZI -----*/
    #services-panel h1 {
        font-size: 34px;
    }
    .services-container {
        width: 80%;
        margin: 0 auto;
        float: none;
        padding-bottom: 30px;
    }
    /*------------------------------------------------ PANNELLO CONTATTI -----*/
    #contact-panel h1 {
        font-size: 34px;
    }
    .double-input {
        width: 100%;
        float: none;
        margin: 1%;
    }
    .double-input input[type="text"],
    .double-input input[type="tel"],
    .double-input input[type="email"] {
        margin: 0;
        margin-top: 0.6%;
        color: #394041;
        width:97%;
    }
    /*----------------------------------------------------------- FOOTER -----*/
    .footer-sections {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .footer-sections h1 {
        text-align: center;
    }
    .social-container {
        width: 44%;
        margin: 0 auto;
    }
    .footer-social {
        margin: 3px;
    }
    #footer-copyright p {
        font-size: 14px;
    }
    .footer-sections p {
        font-size: 12px;
    }
    /*------------------------------------------------ VENDITE DETTAGLIO -----*/
    #slider-panel-op {
        height: 100px;
    }
    .bgr-page-title {
        height: 100px;
    }
    #slider-panel-op h1 {
        padding-top: 28px;
        margin-bottom: 0;
        font-size: 28px;
    }
    .details-property-label-id {
        font-size:20px;
    }
    .details-property-label-price {
        font-size: 20px;
    }
    .details-double-input {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .details-double-input input[type="text"],
    .details-double-input input[type="tel"],
    .details-double-input input[type="email"] {
        margin: 3px 2%;
        padding-left: 5px;
    }
    #details-contact-sx p {
        font-size: 14px;
    }
    .details-property-column {
        width: 100%;
        padding-right: 0;
    }
    .details-property-column:nth-child(2n+0) {
        padding-left: 0;
    }
    /*---------------------------------------------------------- PAGINE INFO -----*/
    #info-content-sx {
        width: 100%;
        padding-right: 0;
    }
    #info-content-dx {
        width: 100%;
    }
    #info-content-dx img {
    }
}

/* Step 5. - Fluido (Smartphones) ============================================*/
@media (max-width: 499px) {
    .delimiter {
        width: 98%;
    }
    /*----------------------------------------------------------- SLIDER -----*/
    input[type="text"] {
        width: 230px;
    }
    .btn-search-panel {
        width: 234px;
        margin-top: 10px;
    }
    #slider-form {
        top: -450px;
    }
    /*----------------------------------------------- SCHEDE IMMOBILI HP -----*/
    .recent-property-photo-container {
        height: 220px;
    }
    .recent-property-photo {
        height: 220px;
    }
    .property-evidence {
        height: 220px;
    }
    /*----------------------------------------------------- SEARCH PANEL -----*/
    .delimiter-container-search {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    /*-------------------------------------------------- SCHEDE IMMOBILI -----*/
        .property-evidence {
        height: 230px;
    }
    /*----------------------------------------------------------- FOOTER -----*/
    .social-container {
        width: 194px;
    }
    /*------------------------------------------------ VENDITE DETTAGLIO -----*/
    #content-panel-search {
    /*position: relative;*/
    /* margin-top: 25px; */
    padding: 0 5px 0 5px;
    }
    #details-property-photo {
        margin-top: 0;
    }
    .details-property-label-id {
        width: 100%;
        text-align: center;
        font-size:24px;
    }
    .details-property-label-price {
        width: 100%;
        text-align: center;
        font-size: 24px;
    }
    #content-panel-search h1{
        font-size: 28px;
    }
    .suggest-property-container {
        width: 100%;
    }
    .suggest-property-photo-container {
        height: 220px;
    }
    .suggest-property-photo {
        height: 220px;
    }
    .pages-counter, .pages-counter-active, .pages-counter-inactive {
        font-size:25px;
        line-height:35px;
        width:35px;
        height:35px;
        margin:2px;
    }
}