/*------------------------------------------------------------ WEB FONTS -----*/
/*
Titoli H1 H2 H3 H4 H5           - font-family: 'Hammersmith One', sans-serif;
Testo paragrafi                 - font-family: 'Roboto', sans-serif;
Titolo pagine                   - font-family: 'Hammersmith One', sans-serif;
Testo Menù e nomi proprietà     - font-family: 'Black Han Sans', sans-serif;
*/


/*------------------------------------------------------------ WEB FONTS -----*/
html {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #808080;
    background-color: #2d2d2d;
}
/*----------------------------------------------------- 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: 'Hammersmith One', sans-serif;
}
h2 {
    font-size: 30px;
    font-family: 'Hammersmith One', sans-serif;
}
h3 {
    font-size: 25px;
    font-family: 'Hammersmith One', sans-serif;
}
h4 {
    font-size: 20px;
    font-family: 'Hammersmith One', sans-serif;
}
h5 {
    font-size: 24px;
    text-align:center;
}
p {
    font-size: 14px;
}
li {
    list-style: none outside none;
}
hr {
    color: #CCC;
    background: #CCC;
    border: 0;
    height: 1px;
    float:none;
}
input, textarea {
    font-family: 'Roboto', 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: 'Black Han Sans', 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:#fff;
}
#divSlideMenu a:hover {
    color:#DA8028;
}
.menu-active {
    color: orange !important;
}
/*--------------------------------------------------------------- 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: -200px;
    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: #37d0ff;
    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:#ff7612;
    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;
    overflow: auto;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0 30px 30px 30px;
    /*border: solid 1px #bdd1fc;*/
    background-color: #fff;
    /*min-height: 700px;*/
}
#slogan {
    text-align: center;
    

}
#slogan h1 {
    text-align: left;
    color: #ff7612;

}
#slogan p {
    text-align: justify;
    font-size: 16px;

}
/*--------------------------------------------------- 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: 'Black Han Sans', sans-serif;
    font-size: 24px;
    color: #008001;
    margin: 3px 0 0 0;
}
.recent-property-text h4 {
    font-family: 'Hammersmith One', sans-serif;
    font-size: 14px;
    margin: 0 0 0 0;
}
.recent-property-text h5 {
    font-family: 'Hammersmith One', sans-serif;
    font-size: 24px;
    text-align: left;
    margin: 3px 0 5px 0;
    color: #000;
}
.recent-property-text span {
    font-family: 'Hammersmith One', 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: #37d0ff;;
    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; 
}
/*----------------------------------------------- BOTTONE INVIO WHATSAPP -----*/
#order-module .btn-search-all {
    height: 35px;
    border: none;
    border-radius: 3px;
    padding: 0 25px 0 25px;
    background-color: green;;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.5s;
}
#order-module .btn-search-all:hover {
    position: relative;
    background-color:#ffa200;
    color: #000;
}

/*----------------------------------------------------- PANNELLO SERVIZI -----*/
#services-panel {
    /*height: 600px;*/
    background-image: url(../images/bgr-services.jpg);
    background-size: cover;
    font-family: 'Hammersmith One', sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    text-align: center;
}
#services-panel h1 {
    font-family: 'Hammersmith One', 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: 'Hammersmith One', sans-serif;
    text-align: center;
    font-size: 48px;
    /*padding-top: 50px;*/
    margin-bottom: 0;
}
#contact-panel h3 {
    /*font-family: 'Hammersmith One', sans-serif;*/
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 0;
}
#contact-form {
    width: 55%;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
}
.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;*/
background-color: #1a1a1a;
}
#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: 'Hammersmith One', sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #ff7612;
    padding: 50px 0 0px 0;
}
.footer-sections h2 {
    font-family: 'Hammersmith One', sans-serif;
    font-size: 24px;
    color: #fff;
}
.footer-sections p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
}
.footer-sections a {
    color: #fff;
}
.footer-sections a:hover {
    color: #ff8200;
}
.footer-social {
    width: 40px;
    height: 40px;
    /*border: solid 1px #fff;*/
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    float: left;
    background-color: #475e5e;
}
#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: 'Black Han Sans', sans-serif;
    font-size: 24px;
    color: #008001;
    margin: 0 0 0 0;
}
.property-title h4 {
    font-family: 'Hammersmith One', sans-serif;
    font-size: 14px;
    margin: 0 0 0 0;
}
.property-title h5 {
    font-family: 'Hammersmith One', 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: 'Hammersmith One', 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: 'Hammersmith One', 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: 'Hammersmith One', 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: 'Hammersmith One', 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: 'Hammersmith One', 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: 'Hammersmith One', 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: 'Hammersmith One', 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: 'Hammersmith One', 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: 'Black Han Sans', sans-serif;
    font-size: 20px;
    color: #008001;
    margin: 3px 0 0 0;
}
.suggest-property-text h4 {
    font-family: 'Hammersmith One', sans-serif;
    font-size: 12px;
    margin: 0 0 0 0;
}
.suggest-property-text h5 {
    font-family: 'Hammersmith One', sans-serif;
    font-size: 20px;
    text-align: left;
    margin: 3px 0 5px 0;
    color: #000;
}
.suggest-property-text span {
    font-family: 'Hammersmith One', 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;
}
/*------------------------------------------------- TABELLA CATEGORIE HP -----*/

#structItemsContainer {
    text-align:center;
    overflow: auto;
    /*border: solid 1px #333333;*/
    /*border-radius: 5px;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    background-color: #ececeb;
    padding: 1%;
    margin-bottom: 8px;
    /*box-shadow: 0px 0px 3px #000;*/
}
#structItemsContainer h3 {
    margin-top: 5px;
}
#structItems {
    /*background-color:yellow;*/ 
    float: left;
    height: 200px;
    width:32.3333%; 
    display:inline-block;
    padding: 5px 20px 5px 20px;
    margin: 0.5%;
    border: solid 1px #333333;
    border-radius: 8px;
    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+ */
    background-color: #fff;
    transition-property: background-color;
    transition-duration: 0.5s;
}

.colorDiv:focus, .colorDiv:hover {
    background-color:orange !important;
}

#structItems h3 {
    margin-bottom: 5px;
    font-size: 18px;
   
}
#structItemsName {
    float: left;
    width: 86%;
    overflow: hidden;
    white-space: nowrap;
    /*background-color: #f00;*/
}
#structItemsTotArt {
    float: left;
    padding: 3px;
    width: 42px;
    height: 42px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    border: solid 1px #CCC;
    border-radius: 50%;
    
}
#structItemsAddressPin {
    /*width: 6%;*/
    float: left;
    overflow: auto;
    /*height: 20px;*/
    padding: 2px 4px 0 0;
    font-size: 24px;
    /*background-color: #f50;*/
}
#structItemsAddress {
    width: 100%;
    float: left;
    font-size: 12px;
    padding: 2px 0 2px 0;
    border-bottom: solid 1px #000;
    margin-bottom: 3px;
     /*background-color: #e2f;*/
}
#structItemsLogo {
    position: relative;
    width: 100px;
    height:100px;
    float: left;
    margin: 5px 5px 0 0;
    /*padding: 15px;*/
    
}
#structItemsDesc {
    width: 60%;
    float: left;

}
#structItemsDesc p {
    /*float: left;*/
    font-size: 13px !important;
    /*padding: 5px 0 0 0;*/
    /*margin-top: 3px;*/
}
#structItemsLogo img {
    width: 100%;
    height: 100%;
    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%);

}



/*------------------------------------------ TABELLA STRUTTURE SUGGERITE -----*/

#structItemsContainerSug {
    text-align:center;
    overflow: auto;
    /*border: solid 1px #333333;*/
    /*border-radius: 5px;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    background-color: #ececeb;
    padding: 1%;
    margin-bottom: 8px;
    /*box-shadow: 0px 0px 3px #000;*/
}
#structItemsContainerSug h3 {
    margin-top: 5px;
    font-size: 20px;
}
#structItemsSug {
    /*background-color:yellow;*/ 
    float: left;
/*    height: 200px;*/
    width:32.3333%; 
    display:inline-block;
    padding: 5px 10px 5px 10px;
    margin: 0.5%;
    border: solid 1px #333333;
    border-radius: 8px;
    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+ */
    background-color: #fff;
    transition-property: background-color;
    transition-duration: 0.5s;
}

#structItemsSug h3 {
    margin-bottom: 5px;
   
}
#structItemsNameSug {
    float: left;
    width: 66%;
    /*background-color: #f00;*/
}
#structItemsTotArtSug {
    float: left;
    padding: 3px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    border: solid 1px #CCC;
    border-radius: 50%;
    
}
#structItemsAddressPinSug {
    width: 6%;
    float: left;
    overflow: auto;
    /*height: 20px;*/
    padding: 2px 4px 0 0;
    font-size: 24px;
    /*background-color: #f0f;*/
}
#structItemsAddressSug {
    width: 62%;
    float: left;
    font-size: 12px;
    padding: 2px 0 2px 0;
    /*border-bottom: solid 1px #000;*/
    margin-bottom: 3px;
    /*background-color: #f50;*/
}
#structItemsLogoSug {
    position: relative;
    width: 60px;
    height: 60px;
    float: left;
    margin: 5px 10px 0 0;
    /*padding: 15px;*/
    /*background-color: #f2f;*/
    
}
#structItemsDescSug p {
    /*float: left;*/
/*    font-size: 13px !important;
    padding: 5px 0 0 0;*/
}
#structItemsLogoSug img {
    width: 100%;
    height: 100%;
    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%);

}





/*------------------------- CLASSI MENU COLLASSABILE -------------------------*/


.col_wrap-collabsible {
    margin-bottom: 0px;
}

input[type='checkbox'] {
    display: none;
}
.col_lbl-toggle {
    display: block;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: left;
    padding: 1rem;
    /*color: #A77B0E;*/
    background: #ccc;
    cursor: pointer;
    border-radius: 7px;
    margin-bottom: 2px;
    /*transition: all 0.25s ease-out;*/
}
.col_lbl-toggle:hover {
    color: #FF7E00;
}
.col_lbl-toggle::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out;
}
.col_toggle:checked + .col_lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}
.col_collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}
.col_toggle:checked + .col_lbl-toggle + .col_collapsible-content {
    max-height: 100vh;
}
.col_toggle:checked + .col_lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.col_collapsible-content .col_content-inner {
    background: rgba(250, 224, 66, .2);
    border-bottom: 1px solid rgba(250, 224, 66, .45);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    /*padding: .5rem 1rem;*/
}

    
/*------------------------- CLASSI MODULO ORDINE -----------------------------*/    
#order-module p {
    text-align: left;
    margin-bottom: 2px;
    font-family: arial;
    font-size: 12px;
}

#order-module input[type="text"],
#order-module input[type="tel"],
#order-module input[type="email"],
#order-module input[type="time"],
#order-module input[type="datetime-local"]{
    border: solid 1px #cccccc;
    border-radius: 3px;
    height: 40px;
    margin: 1%;
    padding-left: 5px;
    color: #394041;
    width:98%;
    font-size:16px;
}

#order-module textarea {
    border: solid 1px #cccccc;
    border-radius: 3px;
    height: 40px;
    margin: 1%;
    padding-left: 5px;
    color: #394041;
    width:97.5%;
    font-size:16px;
}
#order-module select {
    border: solid 1px #cccccc;
    border-radius: 3px;
    height: 40px;
    margin: 1%;
    padding-left: 5px;
    color: #394041;
    width:99%;
    font-size:16px;
}
#order-module 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;
}
#order-module input[type="submit"]:hover {
    background-color: #ffa200;
    color: #000;
}

/*--- CLASSI PER CAMPI MODULO RICHIESTA INFORMAZIONI STRUTTURA ---*/

#info-module input[type="text"],
#info-module input[type="tel"],
#info-module input[type="email"],
#info-module input[type="time"] {
    border: solid 1px #cccccc;
    border-radius: 3px;
    height: 40px;
    margin: 1%;
    padding-left: 5px;
    color: #394041;
    width:98%;
    font-size:16px;
}

#info-module textarea {
    border: solid 1px #cccccc;
    border-radius: 3px;
    /*height: 440px;*/
    margin: 1%;
    padding-left: 5px;
    color: #394041;
    width:98%;
    font-size:16px;
}

#customer-container {
    border-bottom: solid 1px #000;
    min-height: 210px;
    height: 100%;
}

/*--- CLASSI PER CAMPI MODULO RICHIESTA ADESIONE STRUTTURA ---*/

#contact-module input[type="text"],
#contact-module input[type="tel"],
#contact-module input[type="email"],
#contact-module input[type="time"] {
    border: solid 1px #cccccc;
    border-radius: 3px;
    height: 40px;
    margin: 1%;
    padding-left: 5px;
    color: #394041;
    width:98%;
    font-size:16px;
}




/*--- CLASSI PER SETTORE CUSTOMER PAGINA SEARCH ---*/

#searchDescContainer {
    width:68%;
    height:200px;
    padding: 0 1%;
    overflow: hidden;
    float: left;
    transition: height 1s;
    /*background-color: #f00;*/
    
}
#searchDescContainer.full {
    /*color: blue;*/
    height:400px;
    overflow-y: scroll;
    transition: height 1s;
}
#searchDescContainer img{
    /*position:absolute;*/
    /*width:100%;*/
    height: 140px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
/*    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%);*/
}
#searchDesc {
    width:100%;
}
#searchDesc p {
    font-size: 12px;
}
#searchDescTitle {
    width: 90%;
    height: 40px;
    float: left;
    /*background-color: #ff0;*/
}
#searchDescTitle h3 {
    margin-top: 5px;
}
#searchDescButton {
    width: 10%;
    height: 40px;
    padding: 5px 0 0 0;
    text-align: center;
    float: left;
    /*background-color: #DA8028;*/
}
#searchDescButton button{
    width: 35px;
    height: 30px;
    border: none;
    color: white;
    background-color: #008CBA;;
    cursor: pointer;
}
.buttonHide {
    display: none;
}
#searchOrari {
    width:28%;
    height:200px;
    padding: 1%;
    float: left;
    
}

#localizzazione {
    float: left;
    padding: 2px;
    width: 100%;
    text-align: center;
    border-top: solid 1px #CCC;
    /*background-color: #f00;*/
}

.articleButton {
    
    /*width: 35px;*/
    /*height: 35px;*/
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    background-color:  #009900 !important;
    color: #fff !important;
}
#suggestCustomers {
    position: relative;
    overflow:auto;
    /*height: auto;*/
    /*margin-top: 25px;*/
    margin-bottom: 10px;
    padding: 20px 30px 30px 30px;
    /*border: solid 1px #bdd1fc;*/
    background-color: #fff;
    /*min-height: 700px;*/
}

/*- CLASSI FORM CONTATTI STRUTTURE DA PAGINA RICERCA SE NON CI SONO ARTICOLI -*/
#requestFormTitle {
    width: 100%;
       text-align: center; 
}
#requestFormContainer {
    width:60%;
    margin: auto;
    position: relative;
    text-align: center;
}

/*-------------------- CLASSI ARTICOLI TROVATI PAGINA RICERCA ----------------*/
.structItemsSearch {
    background-color: #dbdbdb;
    float: left;
    width:100%; 
    display:inline-block;
    padding: 8px;
    border-bottom: solid 1px #cccccc;
    border-radius: 8px 8px 0 0;
    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+ */
}
.structItemsSearch h3 {
    margin: 0px;
}
.structItemsSearch p {
    margin: 0px;
}
.product-items-container {
    width:100%; 
    display:inline-block;
    padding: 5px;
    /*margin: 0.5%;*/
    -webkit-box-sizing: border-box;  /*Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;     /*Firefox, Gecko */
    box-sizing: border-box;
    /*background-color: blue;*/
}
.product-item-search {
    float: left;
    background: #ffffff;
    margin: 5px 0px 0px 0px;
    border: #E0E0E0 1px solid;
    width: 24%;
    margin: 0 0.5%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, Gecko */
    box-sizing: border-box;
    /*background-color: red;*/
}

.product-image-search {
    position: relative;
    height: 60px;
    width: 31%;
    /*background-color: yellow;*/
    float: left;
    /*text-align: center;*/
    overflow: hidden;
    margin: 0 2%
}
.product-image-search img{
    width: auto;
    height:100%;
    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%);
}
.product-tile-footer-search {
    padding: 5px 5px 0px 5px;
    overflow: auto;
    /*background-color: cyan;*/
}
.product-title-search {
    margin-bottom: 5px;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    /*background-color: green;*/
}

.product-price-search {
    float:left;
    width: 63%;
    padding-right: 2%;
    font-size: 16px;
    text-align: right;
    /*font-weight:bold;*/
    /*color: grey;*/
    /*background-color: orange;*/
}
.cart-action-search {
    float: right;
    padding: 10px 5px;
    /*background-color: greenyellow;*/
}

/*-------------------- CLASSI ROTELLINA AGGIUNTA ARTICOLI --------------------*/
.gearAddItems {
    float: left;
    display:none;
    font-size: 24px;
    /*width:20%*/
}

/*---------------- CLASSI ROTELLINA AGGIUNTA ARTICOLI ORDINE -----------------*/
.gearAddItemsOrder {
    float: left;
    display:none;
    font-size: 24px;
    /*width:20%*/
}

/*-------------------- CLASSI PULSANTI AZIONE CARRELLO -----------------------*/
#actionCart {
    width: 99.9%;
    border: solid 1px #ccc;
    border-top: 0;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 2%;
}



/*============================================================================*/
/*	                          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;
    }
    /*----------------------------------------------------- STRUTTURE HP -----*/
    
    #structItems {
        width:48%; 
        margin: 0.5%;
    }
    
    /*---------------------------------------------- STRUTTURE SUGGERITE -----*/
    #structItemsSug {
    width:49%; 
    }
    #structItemsNameSug {
    width: 72%;
    }
    
    /*---------------------------------------------- ARTICOLI IN RICERCA -----*/
    .product-item-search {
        width: 32.3333%;
    }
}

/* 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%;
    }
    
    /*------------------------------------------------- SEZIONE CUSTOMER -----*/
    

    #searchDescContainer {
        width:98%;
        border-bottom: solid 1px #ccc;
        box-shadow: 0px 6px 6px -3px #ccc;
    }
    #searchOrari {
        width:98%;
    }
    
    /*----------------------------------------------------- STRUTTURE HP -----*/
    
    #structItems {
        width:99%; 
        margin: 0.5%;
    }    
    /*----------------------------------------------------------- FOOTER -----*/
    
    .footer-sections {
        width: 100%;
    }
    .footer-sections:nth-child(1n+3) {
        width: 100%;
    }
    /*------------------------------------------------------------ ORARI -----*/
    #searchOrari {
        text-align: center;

    }
        /*---------------------------------------------- STRUTTURE SUGGERITE -----*/
    #structItemsSug {
    /*width:99%;*/ 
    }
    #structItemsNameSug {
    width: 63%;
    }
    #structItemsSug h3 {
        font-size: 16px;
    /*margin-bottom: 5px;*/
   
    }
    /*---------------------------------------------- ARTICOLI IN RICERCA -----*/
    .product-item-search {
        width: 49%;
    }
}

/* 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;
        letter-spacing:2px;
    }
    #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:#934b00;
	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 #934b00;
        background-color: #934b00;
        
        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 {
    }
    
    /*-------------------------------- MODULO INFO SE NON HANNO PRODOTTI -----*/
    #requestFormContainer {
    width:94%;
    padding-right:10px;
/*    margin: auto;
    position: relative;
    text-align: center;*/
    }
    
    /*---------------------------------------------- STRUTTURE SUGGERITE -----*/
    #structItemsSug {
    width:99%; 
    }
    #structItemsNameSug {
    width: 72%;
    }
    /*---------------------------------------------- ARTICOLI IN RICERCA -----*/
    .product-item-search {
        width: 99%;
    }
    .structItemsSearch h3 {
    font-size: 18px !important;
    }
    .structItemsSearch p {
    font-size: 12px !important;
    }

}

/* Step 5. - Fluido (Smartphones) ============================================*/
@media (max-width: 499px) {
    .delimiter {
        width: 98%;
    }
    /*----------------------------------------------------------- SLIDER -----*/
    input[type="text"] {
        width: 150px;
    }
    .btn-search-panel {
        width: 200px;
        margin-top: 10px;
    }
    #slider-form {
        /*top: -450px;*/
    }
    #slider-form h1 {
        font-size: 24px;
    }
    /*----------------------------------------------- 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;
    }
    
    /*------------------------------------------------ SCHEDE ATTIVITA'  -----*/
  
    
    #structItemsDesc {
        width: 80%;
        font-size: 10px;
    }
    #structItemsDesc p {
        margin-top: 0;
        

    }
    #structItemsLogo {
        position: relative;
        width: 60px;
        height:60px;
        float: left;
        margin: 5px 5px 0 0;
    }
    #content-panel {
        padding: 0 5px 5px 5px;
    }
    #searchDescTitle h3 {
        font-size: 20px;
    }
    #structItems {
        height: 170px;
    }
    #structItemsContainer h3 {
        margin-top: 5px;
        font-size: 20px;
    }
    #structItemsName h3 {
        font-size: 16px;
    }
    #slogan {
        margin: 0 6px 0 6px;


    }
    #contact-panel {
        margin: 0 6px 0 6px;
    }
    .btn-search-panel {
        width: auto;
        margin-top: 10px;
    }
    #suggestCustomers {
    position: relative;
    overflow:auto;
    margin-bottom: 10px;
    padding: 0 6px 0 6px;
}
#suggestCustomers h3 {
    font-size: 18px;
}
    #structItemsSug {
    float: left;
    width:99%; 
    padding: 5px 10px 5px 10px;
    margin: 0.5%;

}

/*--------------------- CLASSI MENU COLLASSABILE -------------------------*/
.col_lbl-toggle {
    font-size: 1rem;
}
/*---------------------------------------------- STRUTTURE SUGGERITE -----*/
#structItemsNameSug {
    width: 65%;
}

/*---------------------------------------------- BOTTONE INVIA EMAIL -----*/
#order-module input[type="submit"] {
    width: 99%;
    margin-bottom: 10px;
}
/*----------------------------------------------- BOTTONE INVIO WHATSAPP -----*/
#order-module .btn-search-all {
    width: 99%;
}
/*-----------------------------------------------TITOLO PAGINA -----*/
#slider-panel-op h1 {
/*    padding-top: 28px;
    margin-bottom: 0;*/
    font-size: 22px;
}
/*----------------------------------------------- IMMAGINI PRODOTTI -----*/
.product-image {
    height: 80px;
    width: 100px !important;


}
.product-image img {
    height: 50px !important;
    /*width: 100px;*/
    top: 32% !important;
    /*left: 50%;*/

}
}
