/* Temp */

.row.head.w-100 img {
    max-width: 170px;
    height: 100%;
}

.row.head.w-100 {
    padding: 30px 0 20px;
}

.row.head.w-100 h4.card-title b {
    color: #343b42;
    font-size: 1.3rem;
    font-family: monospace;
    font-weight: 900;
}

.row.head.w-100 h4.card-title {
    margin: 10px 0;
    color: #508418;
}

.dettaglio-esteso h3 {
    color: #343b42;
    margin: 0;
}

/* Generale */

body .tooltip-inner {
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

body hr {
    border-top: 1px solid #eaeef3;
}

.navbar-toggler {
    color: #fff;
}

button:focus {
    outline: unset;
    border: 0;
}

.btn {
    padding: 12px 36px;
    border-radius: 50px;
}

.btn-primary {
    background: linear-gradient(36deg, #5ea9a6 0, #b9c94b 99%);
    border: 0;
}

.disable-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 0.825rem;
    font-weight: 400;
    line-height: 1.625;
    color: #0a0a0a;
    text-align: left;
    background-color: #202634;
}

body .card-body {
    padding: 27px 36px 36px;
}

.hamburger, .hamburger:after, .hamburger:before {
    background: #fff;
}

.bg-dark-b {
    background-color: #202634 !important;
}

.bg-dark-b .btn-success, .bg-dark-b .badge-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.bg-dark-b .alert {
    padding: .3rem 1.25rem;
}

.card .bg-light {
    padding: .5rem 1.25rem;
}

.bg-light span {
    color: #fff;
    padding-right: .5rem;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
}

#main {
	display: flex;
}

.input-group>.form-control:not(:first-child) {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.input-group>.input-group-append:not(:last-child)>.input-group-text {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.table>tbody>tr>td, .table>thead>tr>th {
    white-space: nowrap;
    text-overflow: ellipsis;
}

input[type=checkbox], input[type=radio] {
    width: 15px;
    height: 15px;
}

.form-check-label {
    font-size: 13px;
    margin-left: 5px;
    line-height: 2;
}

.form-check-label strong {
    margin-left: 5px;
}

.login img {
    max-width: 100%;
    padding: 0 12px;
}

body .wizard-primary.sw-theme-arrows>.nav .nav-link.active {
    border-color: #26b5c3!important;
    background: #26b5c3!important;
}

.wizard-primary.sw-theme-arrows>.nav .nav-link.active:after {
    border-left-color: #26b5c3!important;
}

/* Sun Skin */

.sun-skin .wizard {
    background: #fff;
}

.sun-skin form label {
    color: rgb(10 10 10 / 75%);
}

.sun-skin .card {
    background: #fff;
    /* color: #6c757d; */
    color: #343b42;
}

.sun-skin .card .lista li span {
    color: #232b33;
}

.sun-skin .card-title {
    color: #232b33;
}

.sun-skin .card .lista li {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.sun-skin .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f7f9;
}

.sun-skin .form-control, .sun-skin .custom-select {
	background-color: #f4f7f9;
	color: #343b42;
    border: 1px solid rgba(0,0,0,.1);
}

.sun-skin .bg-light {
    background-color: #f4f7f9!important;
}

.sun-skin .card-int.bordered {
    border: 1px solid rgba(0,0,0,.1);
}

.sun-skin .card-int.bordered .bg-light a {
    color: #232b33;
}

.sun-skin i.far {
    color: #202634;
}

.sun-skin .table {
    color: #343b42;
}

.sun-skin .table td, .sun-skin .table th {
    border-top: 1px solid rgba(0,0,0,.1);
}

.sun-skin table.dataTable>thead>tr>th {
    color: #232b33;
}

.sun-skin .page-item .page-link {
	background-color: #f4f7f9;
	color: #6c757d;
    border: 1px solid rgba(0,0,0,.1);
}

.sun-skin .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3f80ea;
    border-color: #3f80ea;
}

.sun-skin table.dataTable>thead .sorting:after, .sun-skin table.dataTable>thead .sorting_asc:after, .sun-skin table.dataTable>thead .sorting_asc_disabled:after, .sun-skin table.dataTable>thead .sorting_desc:after, .sun-skin table.dataTable>thead .sorting_desc_disabled:after, .sun-skin table.dataTable>thead .sorting:before, .sun-skin table.dataTable>thead .sorting_asc:before, .sun-skin table.dataTable>thead .sorting_asc_disabled:before, .sun-skin table.dataTable>thead .sorting_desc:before, .sun-skin table.dataTable>thead .sorting_desc_disabled:before {
    opacity: 1;
}

.sun-skin table.dataTable>thead .sorting_asc:before, .sun-skin table.dataTable>thead .sorting_desc:after {
    color: red;
}

.sun-skin .navbar .bg-light {
	background-color: #343a4b!important;
}

/* Sidebar */

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  /*padding: 8px 8px 8px 32px;*/
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main, #navbar {
  transition: margin-left .5s;
  margin-left: 250px;
}

.logo {
	max-width: 200px;
    padding: 0.625rem 1.625rem;
    margin: 17px 0 10px;
    display: block;
}

.sidebar-link, a.sidebar-link {
    display: block;
    padding: .625rem 1.625rem;
    font-weight: 400;
    transition: color 75ms ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: #0a0a0a;
}

.sidenav .sidebar-header {
    color: rgb(10 10 10 / 75%);
}

.sidenav .sidebar-link svg {
    color: #0a0a0a;
}

.sidebar-nav .sidebar-dropdown .sidebar-link {
    color: rgb(136 136 136);
}

.sidebar-nav .sidebar-dropdown li:last-child {
    margin-bottom: 15px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Nav */

#navbar {
    border-bottom: 1px solid #293042;
}

#navbar .container {
    max-width: unset;
}

#navbar .toogle-skin.nav-item.d-flex .custom-control.custom-switch {
    padding-left: 2.75rem;
}

#navbar .toogle-skin.nav-item.d-flex {
    align-items: center;
    margin-right: .5rem;
    padding: .4rem 1rem;
    border: 1px solid #293042;
    border-radius: 4px;
}

/* Pagamento */

.riepilogo {
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 36px;
}

.riepilogo p {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.riepilogo p:last-child {
    border: 0;
}

#pagamento_response h2 {
    max-width: 250px;
    color: #0a0a0a;
    margin: 0 auto 0;
}

#pagamento_response .feather {
    width: 100px;
    height: 100px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 15px;
    margin: 18px auto 45px;
    background: linear-gradient(36deg, #5ea9a6 0, #b9c94b 99%);
}

/* Profilo */

.user_avatar .btn {
    position: relative;
    margin-top: -20px;
    margin-bottom: 9px;
}

.user_avatar {
    border-bottom: 1px solid #ddd;
    padding-bottom: 27px;
    margin-bottom: 27px;
    margin-top: 18px;
}

/* Datatable */

table.dataTable>thead>tr>th {
    border: 0;
}

table.dataTable {
    margin: 0 -1.25rem;
    padding: 25px 0;
	min-width: calc(100% + 2.6rem);
}

table.dataTable>thead>tr>th {
    font-weight: 500;
}

td p.badge {
    margin: 0;
    font-size: 12px;
}

.table {
    color: #0a0a0a;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: rgb(0 0 0 / 0.08);
}

/* Card */

.card .lista {
    list-style: none;
    padding: 25px 0 0;
}

.card .lista li span {
    min-width: 130px;
    color: #fff;
}

.card .lista li {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    padding-bottom: 5px;
}

.columns-2 {
    columns: 2;
    column-gap: 20px;
}

.card .lista.columns-2 li span {
    min-width: 200px;
}

.card-int.bordered .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.card-int.bordered {
    border: 1px solid #343a4b;
	border-radius: 5px;
}

.card-header {
    padding-top: 1.25rem;
}

i.fa.fa-lightbulb {
    color: #ffc800;
    font-size: 1.6rem;
    margin-right: 15px;
}

i.far {
    color: #ffc800;
    font-size: 1.4rem;
    margin-right: 15px;
}

.card-int.bordered .bg-light a {
    color: #fff;
}

ul p.badge {
    margin: 0;
    font-size: 12px;
}

.custom-file, .custom-file-input, .custom-file-label {
    height: calc(2.24375rem + 2px);
    line-height: 1.8;
}

.custom-file-label:after {
    height: calc(2.24375rem + 1px);
    top: -0.5px;
    content: "\f07c";
    font-family: 'Font Awesome 5 Free';
    display: flex;
    align-items: center;
}

.bg-link {
	background: #ffc800;
}

.bg-link a, .bg-link a:hover, .bg-link:focus {
	color: #293042;
	text-decoration: none;
}

.d-flex.row > div > .card {
    height: calc(100% - 24px);
}

#tariffe-specifiche-box .card-title {
    text-align: center;
    margin: 0;
}

#tariffe-specifiche-box .border {
    border-radius: 2px;
}

#tariffe-specifiche-box .card .card-body:hover {
    background: #3f80ea !important;
}

#tariffe-specifiche-box .card a:hover {
    text-decoration: none;
}

.accordion-tariffe .card-int > div:last-child .row {
    margin: 35px 0 25px;
}

/* Wizard */

.sw-theme-arrows>.nav {
    background: #3e4555;
}

.sw-theme-arrows .toolbar>.btn.btn-submit.btn-success {
    background: #28a745;
    border-color: #28a745;
}

/* Fornitura */

#indirizzo {
    padding: 8px 5px;
    margin-bottom: 20px;
    color: #fff;
    background: #3f80ea;
    text-align: center;
    border-radius: 4px;
}

#mappa iframe {
    border-radius: 2px;
}

/* Dettaglio esteso */

.head-tariffa, .body-tariffa {
    width: 100%;
    display: flex;
}

.head-tariffa span, .body-tariffa span {
    flex: 0 0 16.67%;
    text-align: center;
    padding: 5px 0;
}

.head-tariffa > span {
    font-weight: bold;
}

.body-tariffa {
    border-top: 1px solid rgba(0,0,0,.1);
}

.name-tariffa {
    width: 100%;
    background: #343a4b;
    padding-top: .5rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.dettaglio-esteso .row {
    max-width: 1000px;
    margin: 0 auto;
}

/* Fattura PDF */

.fattura-pdf .sub-head {
    border: 2px solid #f4f7f9;
    padding: 1rem 0 .5rem;
    border-left: 0;
    border-right: 0;
}

.fattura-pdf .sub-head .card-title {
    margin-bottom: 10px;
}

.fattura-pdf .sub-head h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: 700;
}

.fattura-pdf .dati-fornitura h3 {
    padding-top: 25px;
    padding-bottom: 5px;
}

.fattura-pdf .dati-fornitura .lista {
    padding: 1rem 1.5rem 1rem;
}

.fattura-pdf .dati-fornitura .lista li {
    margin-bottom: 5px;
    font-family: monospace;
    font-weight: 700;
}

.fattura-pdf .dati-fornitura .lista li span {
    font-family: 'Poppins';
    font-weight: 500;
}

.fattura-pdf .head-tariffa span, .fattura-pdf .body-tariffa span {
    flex-basis: 20%;
}

.fattura-pdf .descrizione {
    padding-top: 50px;
}

.fattura-pdf .descrizione p {
    font-size: 10px;
    line-height: 1.3;
    text-align: justify;
}

.fattura-pdf .descrizione b {
    font-family: monospace;
    color: #343b42;
    font-size: 1.4em;
    font-weight: 700;
}

.fattura-pdf .descrizione .head-tariffa, .fattura-pdf .descrizione .body-tariffa {
    font-size: 10px;
}

.fattura-pdf .descrizione .table-border {
    border: 1px solid rgba(0,0,0,.1);
    padding: 0 10px;
    margin-bottom: 7px;
}

.fattura-pdf .chart-row .text-right {
    min-width: 90px;
    font-family: monospace;
    font-weight: 700;
}

.fattura-pdf .chart-row i:before {
    display: none;
}

.fattura-pdf .chart-row i {
    width: 15px;
    height: 15px;
    min-width: 15px;
}

.fattura-pdf .chart-row tr td:first-child {
    display: flex;
    align-items: center;
    line-height: 1.2;
    flex-wrap: nowrap;
    gap: 10px;
    max-width: 300px;
}

.fattura-pdf .chart-row table {
    min-width: unset;
    width: 400px;
}

.sun-skin.fattura-pdf .chart-row .table tfoot td {
    border-top: 1px solid #ddd;
    font-size: 1.2em;
    line-height: 1.1;
}

.fattura-pdf .dati-fornitura .lista li:nth-child(6n+6) {
    border: 0;
    margin: 0;
}

.fattura-pdf .in-colonna .card-title {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.fattura-pdf #table_dettaglio-consumi .head-tariffa span, .fattura-pdf #table_dettaglio-consumi .body-tariffa span {
    flex-basis: calc(100% / 13);
}

.internal-table span {
    color: #343b42;
}

#table_consumi-mese .row > div {
    padding: 0;
}

#table_consumi-mese .row {
    gap: 20px;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 20px;
}

.fattura-pdf .col_25-75 .head-tariffa span, .fattura-pdf .col_25-75 .body-tariffa span {
    flex-basis: 15%;
}

.fattura-pdf .col_25-75 .head-tariffa span:first-child, .fattura-pdf .col_25-75 .body-tariffa span:first-child {
    flex-basis: 40%;
    text-align: left;
}

.fattura-pdf .col_60-40 .head-tariffa span, .fattura-pdf .col_60-40 .body-tariffa span {
    flex-basis: 40%;
}

.fattura-pdf .col_60-40 .head-tariffa span:first-child, .fattura-pdf .col_60-40 .body-tariffa span:first-child {
    flex-basis: 60%;
    text-align: left;
}

.fattura-pdf .accise strong {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 25px;
    margin-bottom: 7px;
}

.fattura-pdf .accise {
    line-height: 1.3;
    max-width: 650px;
}

.fattura-pdf .in-colonna .card-title {
    flex-basis: 33%;
    padding: 0 35px;
}

.fattura-pdf .lista.columns-3 li {
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
    border: 0;
    margin: 0;
    padding: 10px 0;
}

.fattura-pdf .lista.columns-3 {
    display: flex;
}
/*
.body-tariffa.sub_body-tariffa {
    background: #fff;
}
*/
.body-tariffa.sub_body-tariffa span:first-child:before {
    content: "-";
    padding: 0 5px 0 10px;
}

#table_dettaglio-consumi-mese .body-tariffa:not(.sub_body-tariffa), #table_dettaglio-consumi-mese .body-tariffa:not(.sub_body-tariffa) span {
    background: #fff;
    padding-left: 5px;
}

#table_dettaglio-consumi-mese .body-tariffa.tot_body-tariffa, #table_dettaglio-consumi-mese .body-tariffa.tot_body-tariffa span {
    background: #343a4b;
    color: #fff;
    padding-left: 5px;
}

/* Pie */

.pie:after {
	content: "";
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	display: block;
	z-index: 9;
}

.chart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pie {
  border-radius: 100%;
  height: calc(var(--size, 200) * 1px);
  overflow: hidden;
  position: relative;
  width: calc(var(--size, 200) * 1px);
}

.pie__segment {
  --a: calc(var(--over50, 0) * -100%);
  --b: calc((1 + var(--over50, 0)) * 100%);
  --degrees: calc((var(--offset, 0) / 100) * 360);
  -webkit-clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
  clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
  height: 100%;
  position: absolute;
  transform: translate(0, -50%) rotate(90deg) rotate(calc(var(--degrees) * 1deg));
  transform-origin: 50% 100%;
  width: 100%;
  z-index: calc(1 + var(--over50));
}

.pie__segment:after,
.pie__segment:before {
  background: var(--bg, #e74c3c);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.pie__segment:before {
  --degrees: calc((var(--value, 45) / 100) * 360);
  transform: translate(0, 100%) rotate(calc(var(--degrees) * 1deg));
  transform-origin: 50% 0%;
}

.pie__segment:after {
  opacity: var(--over50, 0);
}

/* Chart */

#chart-consumi {
    width: 100%;
}

#chart-consumi .column caption {
    text-align: center;
    margin: 10px 0;
}

#chart-consumi .column {
  height: 300px;
  max-width: 600px;
  margin: 25px auto 0;
  --color-3: rgba(255, 200, 0, 0.6);
  --color-2: rgba(255,  75, 0, 0.6);
  --color-1: rgba(255,   0, 0, 0.6);
}

#chart-consumi .legend {
    height: auto;
    justify-content: center;
    border-color: transparent !important;
	margin-bottom: 25px;
}

#chart-consumi .legend li:before {
    border-color: transparent !important;
}

/* Scrollbar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #242c3e;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Progetto */

.addSuperbonus {
    display: none;
}

.avanzamenti {
    justify-content: space-around;
}

.avanzamenti > div {
    color: #fff;
    border-radius: 4px;
    padding: 15px 1rem 0;
}

small.colpletata {
    text-transform: uppercase;
    color: #10a800;
    font-size: 12px;
}

.voci-progetto .btn-outline-warning {
    border-radius: 50%;
    height: 37px;
    width: 37px;
}

.voci-progetto .btn-outline-warning.btn-rounded {
    border-radius: 4px;
}

.lista.voci-progetto li {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.lista.voci-progetto li div input:first-child {
    background: #d7d7d7;
	color: #000;
}

.lista.voci-progetto li div input:first-child::placeholder {
    color: rgb(0 0 0 / 60%);
}

.modifica-voce .custom-file-label {
    background: #d7d7d7;
    color: black;
    font-size: .825rem;
    white-space: nowrap;
    overflow: hidden;
}

.modifica-voce .custom-file-label:after {
	background: #343a4b;
    color: #fff;
    border: 1px solid #343a4b;
    top: -1px;
    height: calc(2.24375rem + 2px);
    right: -1px;
}

button.btn.btn-success.btn.btn-voce_file {
    margin-left: 9px;
    border-radius: 0.2rem;
}

.modifica-voce {
    max-width: 300px;
    width: 300px;
    display: flex;
}

.modifica-voce {
    display: none;
}

.lista.voci-progetto li div .modifica-voce input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.modifica-voce .btn.btn-success.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.voci-progetto i {
    font-size: .825rem;
    color: #fff;
    margin: 0;
}

.lista.voci-progetto li > div {
    display: flex;
    align-items: center;
}

.lista.voci-progetto li > div p {
    margin: 0 35px 0 0;
    font-size: 14px;
}

.lista.voci-progetto li span {
    min-width: unset;
}

.voci-progetto .btn-outline-warning {
    /* background: #343a4b; */
    background: #cc8b37;
    border-color: #343a4b;
    margin-right: 5px;
}

.voci-progetto .btn-outline-warning:hover {
    background: #cc8b37;
}

.modifica-voce form {
    display: flex;
    width: 100%;
    margin-left: 25px;
	
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.modifica-voce form select.form-control-lg {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    background: #d7d7d7;
    color: #000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.modifica-voce .input-group.date {
    margin-right: 15px;
}

button.btn.btn-outline-warning.btn.green {
    background: #28a745;
}

button.btn.btn-outline-warning.btn.red {
    background: red;
}

.modal-body iframe {
    width: 100%;
    min-height: 80vh;
    border: 0;
}

.modal-footer {
    display: none;
}

.modal-dialog {
    max-width: 1300px;
    margin: 1.75rem auto;
}

.categorie_agente .provvigione .lista button {
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed;
}

.bg-progresso {
    background: #343a4b;
    border-radius: 50px;
    overflow: hidden;
}

.current-progresso {
    background: #3B82EC;
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    width: 30px;
    text-align: center;
    
    -webkit-transition: width 2000ms ease-in-out;
    -moz-transition: width 2000ms ease-in-out;
    -ms-transition: width 2000ms ease-in-out;
    -o-transition: width 2000ms ease-in-out;
    transition: width 2000ms ease-in-out;
}

.riepilogo-voci {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.riepilogo-voci small {
    color: #fff;
}

/* Front End */

#page, #footer {
	font-family: menca, sans-serif;
	font-weight: 300;
	font-style: normal;
    color: #3c3c3b;
    font-size: 18px;
    overflow: hidden;
}

#footer img {
    max-width: 100%;
}

.bg-ligh-b {
	background: #fff;
}

#page .bg-primary {
    background-color: #153d89!important;
}

#page .container-fluid {
    padding: 0;
}

#page h2 {
    font-size: 55px;
    line-height: 1;
}

body strong {
    font-weight: 600;
}

/* Header */

#page .navbar {
    padding: 0;
}

#page .navbar a {
    color: #fff;
    font-size: 18px;
}

#page .navbar-logo {
    display: flex;
    align-items: center;
}

#page .pittogramma-nav {
    width: 100px;
}

#page .logo-nav {
    max-height: 45px;
    width: 100%;
    padding-left: 40px;
}

#page .navbar-collapse {
    justify-content: flex-end;
    margin-right: 50px;
}

#page .navbar-nav .special-item {
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#page .navbar-nav .special-item a {
	font-weight: 600;
}

#page .navbar-nav .special-item:before {
    content: "";
    height: 35px;
    width: 1px;
    background: rgb(255 255 255 / 30%);
    display: inline-block;
    margin: 0 15px;
}

#page .navbar-nav a {
    font-weight: 200;
    padding-right: 1rem;
    padding-left: 1rem;
}

/* Home */

.home-slider_inner {
    display: flex;
    align-items: stretch;
}

.left-contact {
    min-width: 100px;
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.left-contact .left-contact_inner {
    display: flex;
    white-space: nowrap;
    position: relative;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    gap: 30px;
}

.slider-content {
    max-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 100%;
}

.slider-content img {
    opacity: 0;
}

.slider-content_bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    max-height: 650px;
    overflow: hidden;
}

.slider_rotate-icon {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

.left-contact .left-contact_inner a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 18px;
}

#home-services {
    margin: 120px 0;
}

.home-services_icon-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-services_icon-top h3 {
    font-size: 35px;
    line-height: 35px;
    padding-left: 25px;	
    margin: 5px 0 0;
}

.home-services_icon-top h3 strong {
    display: block;
}

.home-services_icon-top img {
    max-height: 70px;
	width: auto;
}

.home-services_icon {
    padding: 20px 25px 7px;
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.home-services_icon-bottom {
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 10px;
}

.home-services_icon-bottom a {
    color: #153d89;
    font-weight: 600;
}

#home-estate {
    background: url(https://www.kasaiblea.it/img/background-k.jpg) center no-repeat;
    background-size: cover;
    padding: 150px 0 100px;
}

#home-estate h2 {
    margin-bottom: 25px;
}

.btn-k.btn-k_white {
    background: #ffffff;
    color: #153D89;
    border: 0;
    text-transform: uppercase;
    padding: 8px 20px 6px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
}

.btn-k.btn-k_white:after {
    content: "";
    width: 41px;
    height: 41px;
    background: url(https://www.kasaiblea.it/img/kappablu_btn.jpg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -10px;
    transform: translateX(100%);
}

#home-estate .btn-k_white:hover {
    color: #173c8a;
}

#home-estate .btn-k_white {
    float: right;
    margin-top: 50px;
    right: 50px;
}

.home-estate_search {
	background: #fff;
    padding: 35px 30px 50px;
    margin: 0 0 100px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 33%);

}

.home-estate_search h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

.home-estate_search select {
    border: 1px solid #d7dce3;
    width: 100%;
    display: block;
    padding: 12px 8px 8px;
    text-transform: uppercase;
    font-size: 16px;
    outline: none;
}

div[id*="home"] h3 {
    font-weight: 300;
}

div[id*="home"] h3 strong {
    font-weight: 600;
}

.home-estate_list .single-immobile {
    background: #fff;
}

.home-estate_list .single-immobile h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.owl-stage {
    display: flex;
}

.home-estate_list .owl-item .col-md-4 {
    padding: 0;
    min-width: 100%;
}

.home-estate_list .owl-item:not(.active) {
    opacity: 0;
}

.home-estate_list .owl-item.active + .owl-item {
    opacity: 1;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 25px));
    width: -webkit-fill-available;
}

.home-estate_list {
    position: relative;
}

.home-estate_list .owl-dots {
    display: none;
}

.owl-nav button {
    background: #DF0814;
    color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}

.owl-nav .owl-next {
    position: absolute;
    right: -18px;
}

.owl-nav .owl-prev {
    left: -18px;
    position: absolute;
}

#home-about {
    margin-top: 100px;
}

#page #home-about img {
    max-width: 350px;
    display: block;
}

#home-about .row {
    align-items: center;
}

#home-about h3 {
    font-size: 45px;
    margin-bottom: 20px;
}

#home-about p {
    line-height: 1.4;
    font-weight: 300;
}

#home-review {
    padding-top: 100px;
    position: relative;
}

#home-review:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    background: #fff;
    bottom: 0;
}

.home-review_list .owl-stage .col-md-4 {
    min-width: 100%;
    padding: 0;
    height: 100%;
}

.home-review_list .home-review_list-single {
    background: #fff;
    padding: 35px 25px 15px;
    height: 100%;
}

.home-review_list .home-review_list-single h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.home-review_list .home-review_list-single p {
    font-size: 16px;
    line-height: 1.4;
}

.home-review_list.owl-loaded {
    margin-left: 0;
    margin-right: 0;
}

.home-review_list {
    margin-top: 40px;
    position: relative;
}

.home-review_list .owl-stage .owl-item {
    background: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
    padding-bottom: 15px;
}

.owl-item {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

.home-review_list.owl-stage {
    align-items: center;
}

.home-review_list-single a {
    position: absolute;
    bottom: 0;
    right: 25px;
    text-decoration: underline;
    color: #153D88;
    font-weight: 600;
}

.home-review_list .owl-item:not(.active) {
    opacity: 0;
}

.home-review_list .owl-item.active + .owl-item {
    opacity: 1;
}

.home-review_list .owl-nav .owl-prev {
    left: 12px;
    transform: translateX(-100%);
}

.home-review_list .owl-nav .owl-next {
    display: none;
}

#home-contact {
    margin: 100px 0 126px;
}

#home-contact_form .form-control {
    border-radius: 0;
    outline: none;
    text-transform: uppercase;
    padding: 8px 15px 6px;
    color: #000;
    height: auto;
}

#home-contact_form textarea {
    min-height: 150px;
}

#home-contact_form .form-check-label {
    line-height: 1.2;
    font-size: 13px;
    max-width: 270px;
}

.home-contact_form-row {
    margin-top: 35px;
}

.home-contact_form-row .btn-row {
    align-items: flex-end;
}

.btn-k {
    background: #153D89;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 8px 20px 6px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    width: auto;
    position: relative;
    border-radius: 0;
}

.btn-k:after {
        content: "";
    width: 40px;
    height: 40px;
    background: url(https://www.kasaiblea.it/img/favicon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -10px;
    transform: translateX(100%) rotate(-90deg);
	
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.btn-k:hover:after {
    transform: translateX(100%) rotate(0);
}

.btn-k.btn-k_white:hover:after {
    transform: translateX(100%) rotate(90deg);
}

body .btn:hover, body .btn:focus {
    box-shadow: unset;
    color: #fff;
    text-decoration: underline;
}

.home-contact_form-row .btn-row .btn {
    float: right;
    margin-right: 51px;
    min-width: 150px;
}

#home-contact_form {
    margin-top: 5px;
}

.slider-content_text {
    position: absolute;
    right: 0;
    background: #153d89;
    color: #fff;
    padding: 60px 40px;
    bottom: -100px;
    display: flex;
    padding-right: 350px;
}

#page .slider-content_text h2 {
    font-size: 85px;
    font-weight: 300;
	line-height: 1;
}

.slider-content_text:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(https://www.kasaiblea.it/img/k-white.png) right no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}

/* Page Footer */

#footer {
    background: #3c3c3c;
    padding: 70px 0 30px;
    z-index: 9;
    position: relative;
}

.footer_col-1 {
    margin-top: -15px;
}

#footer .footer-logo {
    max-width: 280px;
    margin-bottom: 40px;
}

#footer h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

#footer ul {
    list-style: none;
    padding: 15px 0 0;
}

#footer .footer_col-2 ul li a {
    text-transform: uppercase;
}

#footer ul li a, #footer p {
    color: #ececec;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-size: 16px;
}

#footer .footer_col-3 ul li {
    padding-bottom: 20px;
}

#footer .footer_col-3 ul .footer-social img {
    filter: invert(1);
    width: 18px;
    margin-right: 15px;
}

#footer .footer_col-3 ul .footer-social a:last-child img {
    width: 22px;
}

#footer ul li {
    line-height: 1.4;
}

#copyright {
    background: #1d1d1b;
    color: #ddd;
    font-weight: 100;
    font-size: 18px;
    font-family: 'menca';
    letter-spacing: 0.5px;
    padding: 10px 0;
    z-index: 999;
    position: relative;
}

#copyright p {
    margin: 0;
}

#copyright .col {
    flex-grow: unset;
    flex-basis: auto;
    max-width: unset;
    width: auto;
    display: block;
}

#copyright .row {
    justify-content: space-between;
}

.back-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    z-index: 999;
    right: 15px;
    transform: translateY(150px);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.back-top img {
    max-width: 50px;
}

.back-top.back-top_show {
    transform: translateY(0);	
}

/* Immobile */

#immobile .recapiti_icon-top h3 {
    font-size: 14px;
}

#immobile #row-recapiti .recapiti-contact_form-row {
    margin-top: 0;
}

#immobile .recapiti_icon-top:before, #immobile .recapiti_icon-top:after {
    opacity: 0;
}

#page #immobile .recapiti_icon-top img {
    max-width: 35px;
}

#immobile .recapiti_icon-top {
    padding: 10px 10px;
}

.mail-response {
    margin: 0 30px 15px;
    border: 2px solid #ff0000;
    font-size: 15px;
    padding: 7px 10px 5px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
}

.mail-response.mail-response_send {
    border-color: #009605;
    color: #009605;
}

#immobile {
    margin-top: 25px;
    margin-bottom: 100px;
}

#immobile .container {
    max-width: 1250px;
}

#page img {
    max-width: 100%;
}

#gallery_immobile {
    margin: 0 -4px;
    position: relative;
    display: inline-block;
	width: 100%;
}

#gallery_immobile a {
    max-width: 35%;
    display: flex;
    float: left;
    padding: 2px;
    height: 225px;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
	border: 4px solid #fff;
    width: 100%;
}
 
#gallery_immobile a:first-child {
    height: 450px;
    width: 100%;
    display: flex;
    max-width: 65%;
    align-items: center;
    justify-content: center;
}

#gallery_immobile a img {
    width: auto;
    height: 100%;
	cursor: pointer;
    opacity: 0;
}

body .lg-outer .lg-thumb-item {
    border: 0;
    border-radius: 0;
}

.absolute-button_gallery button {
    border: 0;
    background: #153d89;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 15px 8px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 13px;
}

.absolute-button_gallery button img {
    width: 27px;
    height: 27px;
    box-sizing: border-box;
    filter: invert(1);
}

.gallery_immobile-container {
    position: relative;
}

#gallery_immobile a:nth-child(n+4) {
    display: none !important;
}

.absolute-button_gallery {
    position: absolute;
    bottom: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#page .titolo_immobile {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

#head_immobile {
	padding-top: 25px;
    margin: 0px 0 7px;
}

#head_immobile a p {
	color: #153D89;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

#head_immobile > div {
    padding: 0;
}

#page #prezzo_immobile h2 {
    font-size: 30px;
    font-weight: 600;
}

.indirizzo_immobile img {
    width: 20px;
}

.indirizzo_immobile {
    display: flex;
    align-items: center;
    gap: 5px;
}

.indirizzo_immobile p {
    margin: 0 0 0;
    line-height: 1.5;
}

#prezzo_immobile {
    border-bottom: 1px solid #eaeef3;
    padding-top: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    width: 100%;
}

#prezzo_immobile > div {
    padding: 0;
}

#efficienza_immobile .col-12 > .row {
    margin: 0;
}

#efficienza_immobile .col-12 > .row .col-6 {
    padding: 0;
}

#efficienza_immobile .row .efficienza_single {
    text-align: center;
    padding: 15px 30px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#efficienza_immobile .row .col-6:nth-child(n+3) .efficienza_single {
    border-top: 1px solid #eaeef3;
}

#efficienza_immobile .row .col-6:nth-child(2n+1) .efficienza_single {
    border-right: 1px solid #eaeef3;
}

#efficienza_immobile .col-12 > .row {
    border: 1px solid #eaeef3;
}

#efficienza_immobile .row .efficienza_single span {
	margin: 0;
    letter-spacing: .5px;
}

#efficienza_immobile .row .efficienza_single label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin: 0;
}

#immobile h3 {
    font-weight: 500;
    font-size: 22px;
}

#posizione_immobile .row {
    margin: 0;
}

#posizione_immobile .row > div {
    padding: 0;
}

#posizione_immobile a p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    line-height: 1;
    background: #153D89;
    padding: 6px 15px 2px;
    letter-spacing: 1px;
}

#form_immobile form {
    padding: 0;
    border: 1px solid #d7dce3;
}

#form_immobile form .form-check {
    margin: 0 30px;
}

#form_immobile form .form-control {
    border: 0;
    border-bottom: 1px solid #d7dce3;
    border-radius: 0;
    padding: 0 30px;
}

#form_immobile form .form-control::placeholder {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .5px;
}

#form_immobile h3 {
    background: #153D89;
    color: #fff;
    margin: 0;
    padding: 15px 30px 8px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    gap: 15px;
}

#form_immobile h3:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(https://www.kasaiblea.it/img/help-circle.svg) center no-repeat;
    display: block;
    background-size: contain;
}

#form_immobile {
    margin-top: 35px;
    overflow: hidden;
}

#form_immobile .form-check-label {
    line-height: 1;
}

#form_immobile .form-check {
    margin: 0 30px;
}

#form_immobile .btn-primary {
    margin: 0 30px;
    width: calc(100% - 60px);
    display: inline-block;
    background: #153D89;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px;
}

.dotazioni_icon {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #d7dce3;
    justify-content: space-between;
    padding: 7px 15px 7px 20px;
    position: relative;
    overflow: hidden;
}

.dotazioni_icon img {
    max-height: 25px;
    position: relative;
}

.dotazioni_icon:before {
	content: "";
    background: #f7f7f7;
    width: 85px;
    height: 70px;
    position: absolute;
    left: -15px;
    top: -20px;
    transform: rotate(20deg);
    border: 1px solid #d7dce3;
}

.dotazioni_icon-text {
    font-weight: 500;
    font-size: 17px;
    top: 2px;
    position: relative;
}

.dotazioni_icon-row {
    margin: 0 -10px;
}

.dotazioni_icon-row > .col {
    padding: 0 10px 20px;
}

.dotazioni_icon-text span {
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 4px;
}

#immobile hr {
    margin: 50px 0 50px;
}

#agente_immobile, #contatti_immobile {
    border: 1px solid #d7dce3;
    margin-top: 35px;
    padding: 20px 30px 25px;
}

#agente_immobile p {
    margin: 0;
    line-height: 1;
}

#agente_immobile h6 {
    font-weight: 600;
}

#agente_immobile h3 {
    margin-bottom: 15px;
}

#agente_immobile img {
    border-radius: 50%;
    border: 1px solid #d7dce3;
}

#contatti_immobile h6 {
    font-weight: 600;
    margin: 8px 0 0;
}

#contatti_immobile p {
    margin: 0 0 5px;
}

#contatti_immobile img {
    width: 22px;
}

#contatti_immobile .col-12 .row {
    margin: 5px 0;
    color: #212529;
}

.show-desc {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    display: table;
    text-align: center;
    cursor: pointer;
    background: #153D89;
    margin: 0 auto;
    line-height: 1;
    padding: 10px 25px 7px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Immobili */

#prezzo_immobile .on-sale i, #prezzo_immobile .on-sale svg {
    margin-left: 0;
    margin-right: 2px;
    font-size: 15px;
    color: #009500;
    top: 5px;
    width: 20px;
    position: relative;
}

#prezzo_immobile .on-sale {
    color: #3c3c3b;
    display: inline-block;
}

#prezzo_immobile .on-sale small {
    color: #009500;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: baseline;
}

.on-sale svg {
    font-style: normal;
    font-size: 60%;
    position: relative;
    top: -2px;
    margin-right: 2px;
    width: 15px;
}

.on-sale {
    color: #009500;
}

#filtro_immobili-btn {
    display: none;
}

#immobili {
    margin: 100px 0 150px;
}

#immobili .container {
    max-width: 1600px;
}

.single_immobile-content-top-type span {
    background: #153d89;
    color: #fff;
    padding: 7px 8px 4px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-right: 5px;
}

.single_immobile-content-top-date img {
    width: 17px;
}

.single_immobile-content-top-date {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single_immobile-content-top-date p {
    margin: 2px 0 0;
    text-transform: uppercase;
    font-size: 16px;
}

.single_immobile-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.single-immobile a {
    color: #3c3c3b;
    text-decoration: none;
}

#page .single-immobile h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

#page .single-immobile_content > p {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px;
    letter-spacing: .5px;
}

#page .single-immobile_content > p i {
    font-style: normal;
}

.single-immobile_content_bottom-icon {
    white-space: nowrap;
    overflow-x: hidden;
}

.single-immobile_content_bottom img {
    width: 15px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.single-immobile_content_bottom-icon div {
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
    background: #f3f3f3;
    padding: 7px 10px 2px;
    border-radius: 20px;
}

.single-immobile_content_bottom-icon div:nth-child(n+4) img {
    margin: 0;
}

.single-immobile_content {
    padding: 15px;
}

.single-immobile .single-immobile_content {
    border: 1px solid #d7dce3;
}

.single-immobile_content_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.single-immobile_content_bottom .single-immobile_content_bottom-price {
    font-weight: 600;
    margin: 0;
}

#head_immobili p {
    margin: 0;
    font-weight: 600;
}

#head_immobili {
    border-bottom: 1px solid #eaeef3;
    margin: 0 0 25px;
}

#head_immobili > div {
    padding: 0;
}

div#head_immobili select {
    text-transform: uppercase;
    border: 0;
    font-weight: 100;
    letter-spacing: 0.5px;
}

#immobili #form_immobile {
    margin-top: 0;
}

.filtro_immobili-reset {
    display: block;
    text-align: center;
    font-weight: 600;
    margin: -5px auto 15px;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
}

.filtro_immobili-reset a {
    color: #3c3c3b;
    text-decoration: underline;
}

.single-immobile {
    margin-bottom: 30px;
}

.single-immobile {
    margin-bottom: 30px;
}

.single-immobile_img {
    height: 280px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.single_immobile-content-top-type span.in-evidenza {
    background: #df0814;
}

#page .single-immobile_img img {
    height: 100%;
    width: auto;
    max-width: unset;
    opacity: 0;
}

.form-immobile_row {
    padding: 20px 30px;
    border-bottom: 1px solid #d7dce3;
}

.form-immobile_row h6 {
    font-weight: 600;
}

.form-immobile_row .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: -4px;
}

.form-immobile_row .form-check-label {
    font-size: 18px;
    text-transform: uppercase;
}

#form_immobile form .form-immobile_row .form-check {
    margin: 0 35px 0 0;
}

.form-immobile_row .form-select {
    background: #f7f7f7;
    border: 0;
    display: inline-block;
    width: 100%;
    padding: 14px;
    font-weight: 300;
    text-transform: lowercase;
    font-size: 16px;
    letter-spacing: .5px;
	outline: none;
}

.slider-box {
	width: 100%;
}

.slider-box label, .slider-box input {
	border: none; 
	display: inline-block; 
	margin-right: -4px; 
	vertical-align: top; 
	width: 30%;
}

.slider-box input {
	width: 70%;
    float: right;
    text-align: right;
    line-height: 0;
    font-weight: 300;
    outline: unset;
    margin-top: 4px; 
}

.slider-box .slider {
	margin: 25px 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #153d89;
    border-radius: 50%;
    width: 17px;
    height: 17px;
}

.ui-widget.ui-widget-content.ui-slider-horizontal {
	height: 8px;
    border-color: #f7f7f7;
    background: #e8e8e8;
    margin: 8px 2px 10px 10px;
}

.ui-widget-header {
    background: #c9c9c9;
}

body .slider-box h6 {
    display: inline-block;
    padding: 0;
}

.single-immobile_content_bottom-price.sale_price {
    color: #25a825;
}

.single-immobile_content_bottom-price.sale_price:before {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    margin-right: 7px;
    top: -1px;
    position: relative;
}

.is-affixed .sticky-sidebar {
    margin-left: 15px;
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

/* Mutuo */

.rata-mutuo {
	position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.2;
    font-size: 15px;
}

.rata-mutuo strong {
    display: block;
    font-size: 20px;
}

.calcola-mutuo_container label {
    display: block;
    margin: 0;
}

.calcola-mutuo_container input, .calcola-mutuo_container select {
    width: 100%;
    margin-bottom: 15px;
    min-height: 35px;
    padding: 12px 15px 8px;
    line-height: 1;
	border: 1px solid #d7dce3;
}

.calcola-mutuo_container {
	border: 1px solid #d7dce3;
    margin: 0;
    padding: 20px;
}

.calcola-mutuo_container > .col-6:first-child {
    border-right: 1px solid #ddd;
    padding-right: 50px;
}

/* About */

#header-interne {
    background: url(https://www.kasaiblea.it/img/about.jpg) center no-repeat;
    min-height: 250px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    position: relative;
    background-size: cover;
}

#header-interne:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    opacity: 0.7;
}

#header-interne h1 {
	font-size: 100px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: center;
}

#about-valori .home-services_icon-top h3 {
    font-size: 30px;
    line-height: 27px;
    color: #153d89;
}

#about-valori h2 {
	color: #fff;
}

#about-valori .home-services_icon-top img {
    max-height: 70px;
    z-index: 1;
}

#about-valori .home-services_icon-bottom p {
    text-transform: none;
    line-height: 1.3;
    padding: 15px;
}

#about-valori .home-services_icon-top:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #ff0000;
    display: table;
    position: absolute;
    left: 25px;
    border-radius: 50%;
    bottom: 10px;
    z-index: 0;
}

#about-valori .home-services_icon-top {
    position: relative;
}

#about-valori {
    background: #153d89;
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
}

#about-valori:after {
    content: "";
    height: 125px;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

#about-valori .home-services_icon {
    background: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
    border-radius: 0;
}

.bg-insegna {
    height: 100%;
    background: url(https://www.kasaiblea.it/img/WEB_IMG_1933.jpg) center no-repeat;
    background-size: cover;
}

#about-intro .half-img {
    margin: 40px 0 0;
    gap: 50px;
    flex-wrap: nowrap;
}

#about-intro .half-img p {
    font-size: 16px;
    line-height: 1.3;
    padding: 50px 30px;
}

#about-intro {
    padding-top: 60px;
    position: relative;
}

#about-intro:before {
    content: "";
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #153d89;
}

#about-intro .half-img > div {
    padding: 0;
    flex: 1 1 auto;
}

#home-review.about-review {
    padding-bottom: 40px;
}

#home-review.about-review:before {
    background: #3c3c3c;
}

#about-intro .half-img ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    color: #153d89;
}

#about-intro .half-img h2 {
    line-height: 1;
    margin-bottom: 65px;
    max-width: 400px;
}

#about-intro .half-img ul li {
    flex: 1 1 auto;
    list-style: none;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    box-shadow: 3px 3px 9px rgb(0 0 0 / 12%);
	background: #fff;
}

#about-intro .half-img ul li:before {
    content: "# ";
    color: #df0814;
    font-weight: 400;
}

.single-team_content {
    border: 1px solid #d7dce3;
    padding: 20px 30px;
}

.single-team_content h3 {
    font-weight: 600;
    font-size: 24px;
}

.single-team_content h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.single-team_content p {
    font-size: 14px;
    line-height: 1.3;
    margin: 30px 0 0;
}

.single-team_content_bottom img {
    width: 22px;
    filter: invert(1);
}

.single-team_content_bottom {
    background: #153d89;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 5px;
    margin-top: 25px;
	color: #fff;
}

.single-team_content_bottom > * {
    flex-basis: 50%;
    text-align: center;
}

#page .single-team_img img {
    max-width: 275px;
    margin: 0 auto;
    display: block;
}

#about-team {
    margin: 50px 0 100px;
}

.owl-item .col-md-4 {
    max-width: unset;
    padding: 0;
}

.team-estate_list .owl-dots {
    display: none;
}

.team-estate_list .owl-item:not(.active) {
    opacity: 0;
}

/* Contatti */

.recapiti_icon-top {
    display: flex;
    flex-direction: column;
    border: 1px solid #d7dce3;
    padding: 20px;
}

#page .recapiti_icon-top img {
    max-width: 50px;
    margin: 0 auto;
    position: relative;
}

.recapiti-contact_form-row {
    margin-top: 100px;
}

.recapiti_icon-top h3 {
    font-size: 14px;
    text-align: center;
    margin: 20px 0 0;
	color: #0a0a0a;
}

.recapiti_icon-top h3 strong {
    display: block;
}

.recapiti_icon-top:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #ff0000;
    display: table;
    position: absolute;
    top: 45px;
    left: 75px;
    border-radius: 50%;
    bottom: 10px;
    z-index: 0;
}

.recapiti_icon-top:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #153d89;
    display: table;
    position: absolute;
    top: 40px;
    left: 65px;
    bottom: 10px;
    z-index: -1;
}

#home-contact h2 {
    line-height: 1;
}

/* Valuta */

#valuta-casa {
    text-align: center;
    padding: 100px 0;
    background: #f7f7f7;
}

#valuta-casa .valuta-form {
    background: #fff;
    margin: 30px 0 0;
}

#valuta-casa .valuta-form #valutagratis {
    border-top: 1px solid #d7dce3;
}

#valuta-casa p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.2;
}

#valuta-casa p a {
    color: #0a0a0a;
    text-decoration: underline;
    font-weight: 500;
}

#valuta-casa .container {
    border: 1px solid #d7dce3;
    padding: 2rem;
    background: #fff;
    z-index: 9;
    position: relative;
}

#valuta-why {
    margin-top: 80px;
    padding-bottom: 80px;
}

.valuta-carosello .owl-dots {
    display: none;
}

#valuta-why .container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: 1;
    transform: translateX(-100%);
}

#valuta-why .container {
    position: relative;
}

#valuta-why .container .owl-nav {
    z-index: 9;
    transform: translateY(calc(-50% + 30px));
}

#valuta-why .container .owl-item {
    border: 1px solid #d7dce3;
	overflow: hidden;
}

#valuta-why .container .owl-item strong {
	position: absolute;
	bottom: 0;
	right: 0;
    z-index: 2;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
}

#valuta-why .container .owl-item strong:before {
    content: "";
    width: 80px;
    height: 80px;
    background: #153d89;
    position: absolute;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    transform: rotate(45deg);
}

#valuta-why .container .valuta-carosello .col {
	height: 100%;
	padding: 30px 40px;
}

#valuta-why .container .owl-item p {
    margin: 0;
    line-height: 1.2;
}

#valuta-why .container .owl-item h3 {
    font-weight: 600;
    font-size: 22px;
}

.box.arrow-right:after {
    content: " ";
    position: absolute;
    top: 0;
    border-top: 12px solid #fff;
    border-right: none;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #fff;
    right: 0;
}

.box.arrow-right {
	position: relative;
    background: #48b60d;
    height: 24px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    line-height: 27px;
    padding: 0 20px 0 10px;
}

/* Responsive */

@media screen and (max-width: 1024px) {
	
	#page .slider-content_text h2 {
        font-size: 50px;
    }
    
    .slider-content_text {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .home-services_icon-top h3 {
        font-size: 30px;
        line-height: 25px;
    }
    
    .home-services_icon-top img {
        max-height: 55px;
    }
	
	.dotazioni_icon-row > .col {
		flex-basis: 33%;
		max-width: 33%;
	}
	
	.calcola-mutuo_container label {
        font-size: 15px;
    }
	
}

@media screen and (max-width: 768px) {
	
	.back-top {
        right: 5px;
        bottom: 70px;
        width: 45px;
        height: 45px;
    }
    
    .back-top img {
        max-width: 45px;
    }
	
	#immobili {
		margin: 30px 0;
	}

	#filtro_immobili-btn {
        display: block;
        background: #153d89;
        color: #fff;
        position: fixed;
        z-index: 9;
        bottom: 0;
        left: 0;
        width: 100%;
    }
	
	#filtro_immobili-btn h3:after {
		content: "";
		width: 35px;
		height: 35px;
		background: url(https://www.kasaiblea.it/img/filter.svg) center no-repeat;
		display: inline-block;
		background-size: contain;
		top: -1px;
		position: relative;
	}
	
	.open-filtri #immobili #form_immobile, .open-filtri #immobile .sidebar {
		transform: translateX(0);
	}
	
	#immobile .sidebar .sticky-sidebar {
        min-height: 100vh;
        background: #fff;
        max-width: 325px;
    }
    
    #immobile .sidebar {
        padding: 0;
    }
    
    #filtro_immobili-btn h3 {
        margin: 0;
        line-height: 1;
        padding: 15px 30px 12px;
        text-align: center;
		display: flex;
		align-items: center;
		font-size: 20px;
		justify-content: center;
		gap: 20px;
		text-transform: uppercase;
		font-weight: 600;
    }
	
	#header-interne h1 {
        font-size: 90px;
    }
    
    #header-interne {
        min-height: 175px;
    }
    
    #about-intro .half-img {
        flex-direction: column;
    }
    
    #about-intro .half-img .bg-insegna {
        min-height: 300px;
    }
    
    #about-intro .half-img h2 {
        margin-bottom: 20px;
    }
    
    #about-valori .row.mt-4 {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        padding-bottom: 15px;
    }
    
    #about-valori .row.mt-4 .col-sm {
        min-width: 375px;
    }
    
    #about-valori .row.mt-4 .col-sm p {
    }
    
    #about-valori .row.mt-4 .col-sm p {
        font-size: 16px;
    }
    
    #about-valori .row.mt-4::-webkit-scrollbar {
        display: none;
    }
	
	.left-contact .left-contact_inner a {
        font-size: 0;
    }
    
    .slider-content_text {
        bottom: 30px;
        padding: 30px 175px 20px 25px;
    }
    
    .slider-content {
        position: relative;
		overflow: hidden;
    }
    
    #page .slider-content_text h2 {
        font-size: 35px;
    }
    
    #page .pittogramma-nav, .left-contact {
        max-width: 80px;
        min-width: 80px;
    }
    
    body .navbar-toggler {
        margin-right: 15px;
        background: transparent;
    }
	
	#home-services {
        margin-top: 60px;
    }
    
    body .container {
        max-width: unset;
        padding: 0 30px;
    }
	
	#home-services .row.mt-4 {
        white-space: nowrap;
    }
    
    .home-services_icon-top h3 {
        font-size: 25px;
        line-height: 20px;
        padding-left: 15px;
    }
    
    .home-services_icon-top img {
        max-height: 40px;
    }
    
    #home-services {
        margin-bottom: 60px;
    }
    
    .home-estate_search .col-sm {
        flex-basis: 50%;
    }
    
    .home-estate_search .col-sm #contratto, .home-estate_search .col-sm #tipologia {
        margin-bottom: 25px;
    }
	
	#footer {
        text-align: center;
    }
    
    #footer .footer_col-4 img {
        max-width: 150px;
    }
    
    #footer ul {
        padding: 0;
    }
    
    #footer h3 {
        margin-top: 25px;
    }
	
	#home-contact {
        margin-bottom: 25px;
    }
    
    #home-about .row.reverse {
        flex-direction: column-reverse;
    }
    
    #page #home-about .row.reverse img {
        margin: -65px auto 0;
        max-width: 225px;
    }
    
    #home-about h3 {
        font-size: 25px;
        font-weight: 500;
        margin: 15px 0 7px;
    }
	
	#home-contact iframe {
        margin-top: 45px;
    }
	
	#page .navbar-collapse {
        margin: 0;
        text-align: center;
    }
    
    #page .navbar-nav .special-item {
        justify-content: center;
    }
    
    #page .navbar-nav .special-item:before {
        display: none;
    }
	
	#immobili #form_immobile, #immobile .sidebar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        overflow-y: scroll;
        height: 100%;
        transform: translateX(-100%);
		
		-webkit-transition: all 350ms linear;
		-moz-transition: all 350ms linear;
		-ms-transition: all 350ms linear;
		-o-transition: all 350ms linear;
		transition: all 350ms linear;
    }
	
	#immobili #form_immobile::-webkit-scrollbar, #immobile .sidebar::-webkit-scrollbar {
	  display: none;
	}
	
	#immobile #contatti_immobile {
		margin: 0;
		border-top: 0;
		border-bottom: 0;
		padding-top: 35px;
	}
	
	#immobile #form_immobile form {
		padding-bottom: 15px;
	}
    
    #form_immobile h3 {
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
        max-width: 325px;
    }
    
    #form_immobile h3:before {
        content: "+";
        display: flex;
        justify-content: center;
        background: #153d89;
        border-radius: 50%;
        color: #ffffff;
        border: 2px solid;
        font-size: 37px;
        line-height: 40px;
        transform: rotate(45deg);
    }

    .open-filtri:before {
        width: 100%;
        height: 100%;
        content: "";
        background: #000;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 99;
        opacity: 0.6;
    }
    
    #form_immobile form, #immobile #contatti_immobile {
        max-width: 325px;
        background: #fff;
    }
	
	#immobile #form_immobile form {
        height: 100%;
    }
    
    #immobile #form_immobile {
        margin: 0;
    }
    
    #immobile #form_immobile h3 {
        font-size: 23px;
        gap: 40px;
    }
	
	.recapiti-contact_form-row .col-md-2 {
        flex-basis: 33%;
        max-width: 33%;
        padding: 15px;
    }
    
    .recapiti-contact_form-row {
        margin: 40px -15px 0;
    }
	
	#home-contact.contact_form {
		margin-top: 35px;
	}
	
	.row.valuta-carosello {
		margin: 0;
	}
	
	.valuta-carosello .owl-nav .owl-next {
        opacity: 0;
    }
	
	#valuta-casa .container {
        margin: 0 30px;
        width: calc(100% - 60px);
    }
	
	.modal.show .modal-dialog {
		height: 100%;
		margin: 0 20px;
		display: inline-flex;
		align-items: center;
		width: calc(100% - 40px);
		justify-content: center;
    }
	
}

@media screen and (max-width: 600px) {
	
	.modal-body iframe {
        min-height: unset;
    }
	
	.valuta-carosello .owl-nav {
        opacity: 0;
    }
	
	.contact_form .home-contact_form-row {
        margin-top: 0;
    }
	
	.recapiti-contact_form-row .col-md-2 {
        flex-basis: 50%;
        max-width: 50%;
    }
	
	.dotazioni_icon-row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    #efficienza_immobile .col-12 > .row .col-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    #efficienza_immobile .row .col-6:nth-child(2n+1) .efficienza_single {
        border-right: 0;
    }
    
    #efficienza_immobile .row .col-6:first-child .efficienza_single {
        border-bottom: 1px solid #eaeef3;
    }
    
    .indirizzo_immobile {
        margin-bottom: 10px;
    }
    
    #calcolo_mutuo .row .row .col-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .calcola-mutuo_container > .col-6:first-child {
        border: 0;
        padding: 0 0 15px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
    }
    
    #head_immobile > div.col-auto {
        order: -1;
        margin-bottom: 20px;
        flex-basis: 100%;
    }
    
    #head_immobile {
        padding: 0;
    }
    
    #page .titolo_immobile {
        font-size: 35px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .indirizzo_immobile img {
        width: 15px;
        position: relative;
        top: -2px;
    }
	
	#gallery_immobile a:first-child {
        max-width: 100%;
        height: 250px;
    }
    
    #gallery_immobile a {
        max-width: 50%;
        height: 150px;
    }
	
	#immobile #filtro_immobili-btn h3:after {
        background-image: url(https://www.kasaiblea.it/img/mail-2-svgrepo-com.svg);
        top: -3px;
    }
	
	#filtro_immobili-btn h3 {
        padding: 14px 15px 10px;
    }
	
	#header-interne h1 {
        font-size: 70px;
		line-height: 55px;
		margin-bottom: 15px;
    }
    
    #about-valori .home-services_icon-top h3 {
        flex-direction: column;
        line-height: 20px;
    }
    
    #about-valori .home-services_icon-top img {
        max-height: 60px;
    }
    
    #about-valori .row.mt-4 {
        margin: 0 -30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #about-valori .row.mt-4 .col-sm {
        min-width: 355px;
    }
    
    #about-valori {
        padding-bottom: 25px;
    }
	
	.navbar-toggler {
        color: #fff;
    }
	
	#page .pittogramma-nav, .left-contact {
		max-width: 70px;
		min-width: 70px;
	}
	
	#page .logo-nav {
        max-height: 35px;
        padding-left: 20px;
    }
	
	#page #home-about .row.reverse img {
		margin-top: 0;
	}
	
	.home-slider_inner {
        max-height: 60vh;
    }
    
    #page .slider-content img {
        height: 100%;
        width: auto;
        max-width: unset;
    }
    
    #page .slider-content_text h2 {
        margin-bottom: 5px;
    }
    
    .slider-content_text {
        padding-right: 45px;
    }
    
    .slider-content_text:after {
        opacity: 0.15;
    }
    
    p {
        font-size: 16px;
        line-height: 1.5;
    }
    
    #home-services .row.mt-4 .col-sm:not(:last-child) {
        margin-bottom: 35px;
    }
    
    .home-services_icon-top h3 {
        display: flex;
        gap: 7px;
        font-size: 27px;
    }
    
    .home-services_icon-top img {
        max-height: 40px;
    }
    
    #home-estate {
        padding: 70px 0 60px;
    }
    
    .home-estate_search h3 {
        font-size: 30px;
        line-height: 1;
    }
    
    .home-estate_search .col-sm {
        flex-basis: 100%;
    }
    
    .home-estate_search .col-sm #contratto, .home-estate_search .col-sm #tipologia, .home-estate_search .col-sm #localita {
        margin-bottom: 15px;
    }
    
    .home-estate_search {
        margin-bottom: 75px;
    }
    
    #page h2 {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    
    #home-estate .btn-k_white {
        float: left;
        right: 0;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    
    #page .bg-primary {
        background-position: -125px;
    }
    
    .home-contact_form-row form > .btn-row {
        display: block;
    }
    
    .home-contact_form-row .btn-row .btn {
        float: left;
    }
	
	.home-estate_list, .home-review_list {
        padding: 0 15px 0 0;
    }
	
	.owl-nav {
		display: none;
	}
	
	.team-estate_list .owl-item:not(.active) {
		opacity: 1;
	}
	
	.team-estate_list {
		padding: 0 15px;
	}
	
	#efficienza_immobile .row .efficienza_single {
        padding-left: 15px;
        padding-right: 15px;
    }
	
	#immobile hr {
        margin: 30px 0;
    }
    
    #prezzo_immobile {
        margin-bottom: 30px;
        padding-top: 10px;
    }

    #prezzo_immobile .on-sale {
        margin-bottom: 10px;
    }
	
}