﻿.banner-search-wrap button {
  border: 0 !important;
  background-color: #fff;
}

  .banner-search-wrap button i {
    color: var(--rt-primary-color);
  }

  .banner-search-wrap button:hover i {
    color: #fff;
  }

.validation-summary-valid {
  display: none;
}

.bootbox-close-button {
  display: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.spinner-inside-button {
  display: none;
  position: relative;
  top: 9px;
}

.spinner-outof-button {
  display: none;
  margin-left: 5px;
}

.ievsearch-properties {
  margin-bottom: 20px;
}

  .ievsearch-properties ul li {
    font-size: 14px;
  }

    .ievsearch-properties ul li i {
      color: var(--rt-primary-color);
      margin-right: 10px;
      height: 30px;
      width: 30px;
      background-color: #edf9f6;
      border: none;
      border-radius: 50%;
      display: inline-block;
      line-height: 35px;
      text-align: center;
      font-size: 14px;
    }

.ievsearch-property-expired {
  filter: grayscale(0.8);
}

.main-banner-wrap1 {
  z-index: 10;
}

  .main-banner-wrap1 .searchcomune-container {
    overflow: visible;
  }

  .main-banner-wrap1 [uib-typeahead-popup].dropdown-menu {
    padding: 15px 20px;
  }

#page-ievsearch {
}

  #page-ievsearch [uib-typeahead-popup].dropdown-menu {
    padding: 15px 20px;
  }

#page-customer_register {
}

  #page-customer_register .chkprivacy {
    padding-left: 0px;
    list-style-type: none;
  }

    #page-customer_register .chkprivacy li {
      float: left;
      margin-right: 20px;
    }

      #page-customer_register .chkprivacy li input {
        margin: 0px 5px 0px 0px;
        height: auto;
      }

  #page-customer_register .txtboxprivacy {
    height: 200px;
  }

#page-customer_profile {
}

  #page-customer_profile .chkprivacy {
    padding-left: 0px;
    list-style-type: none;
  }

    #page-customer_profile .chkprivacy li {
      float: left;
      margin-right: 20px;
    }

      #page-customer_profile .chkprivacy li input {
        margin: 0px 5px 0px 0px;
        height: auto;
      }

#page-contact {
}

  #page-contact .contact-box2 textarea {
    height: 200px;
  }

  #page-contact .contact-box1 .contact-content {
    margin-left: 0px;
  }

    #page-contact .contact-box1 .contact-content .social-box {
      padding-left: 0px;
    }

.ribbon {
  position: absolute;
  z-index: 12;
  width: 300px;
  transform: rotate(-45deg);
  font-size: 14px;
  text-align: center
}

  .ribbon.right {
    transform: rotate(45deg)
  }

  .ribbon.ribbon1 {
    height: 45px;
    top: -5px;
    left: -135px;
    background: #ff6a00;
    color: #fff;
    line-height: 70px
  }

    .ribbon.ribbon1.right {
      left: auto;
      right: -135px
    }

  .ribbon.ribbon2 {
    height: 65px;
    top: -6px;
    background: var(--rt-primary-color);
    color: #fff;
    line-height: 107px;
  }

    .ribbon.ribbon2.right {
      left: auto;
      right: -127px;
    }

.countdown-container {
  margin-bottom: 0px;
}

  .countdown-container span {
    color: orange;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
  }

.btn-detail {
  background-color: var(--rt-primary-color);
}

section.esito-container {
  background-color: #eaf7f4;
}

#page-ievdetail {
}

  #page-ievdetail .item-title h1 {
    font-size: 33px;
    line-height: 36px;
    margin: 0 0 10px 0;
  }

  #page-ievdetail .single-listing-wrap1 {
    padding-top: 40px;
  }

  #page-ievdetail #mobile-auctionlink {
    font-size: 20px;
    color: #fff;
    background: var(--rt-primary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 69px;
    z-index: 99;
    display: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

#page-customer_login .btn-register {
  padding: 10px 20px;
  margin-left: 10px;
}

.rt-header-menu {
}

  .rt-header-menu .actions {
    margin-left: 10px;
  }

  .rt-header-menu .sidebarBtn {
    margin-left: 10px;
  }


.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 768px) {
  #homeLatestIEV .hidden-on-mobile {
    display: none;
  }
}

#page-home .main-banner-box1 .listing-category-list .search-radio .list-inline li label i {
  font-size: 30px;
  height: 60px;
  width: 60px;
}

#page-home .property-wrap1 {
  background-color: #fff;
}

#page-home .ivgbanner-container {
  padding: 55px 0px 55px 55px;
  position: relative;
}

  #page-home .ivgbanner-container::before {
    content: "";
    height: 100%;
    width: 62%;
    background-color: var(--rt-primary-color);
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 50% 100%);
    z-index: -1;
    transition: all 0.3s ease-in-out;
  }

.property-box2 .rent-price {
  bottom: 20px;
}

.property-box2 .react-icon-fixed {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 5;
}

.property-box2 .react-icon ul li {
  display: inline-block;
  position: relative;
}

.property-box2 .react-icon-fixed ul li a {
  display: inline-block;
}

  .property-box2 .react-icon-fixed ul li a i {
    font-size: 16px;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }

    .property-box2 .react-icon-fixed ul li a i:before {
      transition: all 0.3s ease-in-out;
      color: #fff;
    }

    .property-box2 .react-icon-fixed ul li a i:hover {
      background-color: var(--rt-primary-color);
    }

      .property-box2 .react-icon-fixed ul li a i:hover:before {
        -webkit-animation: toBottomFromTop 0.5s forwards;
        animation: toBottomFromTop 0.5s forwards;
        color: #ffffff;
      }

#reviews .property-box2 .react-icon-fixed {
  right: 0px;
}

.property-box2 .item-img:before {
  opacity: 35%;
}

.btnappointmentadd-reset {
  padding-top: 10px;
  padding-bottom: 10px;
}

#page-home .main-banner-box6 {
  text-align: center;
  display: block;
}

  #page-home .main-banner-box6 .ad-type-wrapper.search-radio .list-inline li .active,
  #page-home .main-banner-box6 .ad-type-wrapper.search-radio .list-inline li label:hover {
    background-color: #fff;
    color: #000;
  }

  #page-home .main-banner-box6 .ad-type-wrapper.search-radio .list-inline li label {
    background: var(--rt-primary-color);
    color: #fff;
  }

  #page-home .main-banner-box6 h1 {
    max-width: 100% !important;
    color: #fff;
  }

  #page-home .main-banner-box6 .categoria-bene select {
    padding: 12px;
  }

    #page-home .main-banner-box6 .categoria-bene select option {
    }

#page-home .map-search {
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #e8e8e8;
}

  #page-home .map-search i {
    color: var(--rt-primary-color);
  }

#header-row1 .header-logo {
  margin-left: -94px;
  margin-top: -34px;
  width: auto;
}

#header-menu.rt-sticky {
  background-color: #fff;
}

  #header-menu.rt-sticky nav.template-main-menu ul li a,
  #header-menu.rt-sticky nav.template-main-menu > ul > li > a:hover:after,
  #header-menu.rt-sticky #header-row1 .action-list a {
    color: var(--rt-primary-color);
  }

nav.template-main-menu > ul > li > a.active::before {
  color: #fff;
  border: 1px solid #fff;
}

nav.template-main-menu > ul > li > a.active i,
.header-menu nav.template-main-menu > ul > li > a:hover {
  color: #fff;
}

.header-menu nav.template-main-menu-3 > ul > li > a:hover {
  color: var(--rt-primary-color);
}

#header-menu.rt-sticky nav#dropdown.template-main-menu > ul > li > a.active i {
  color: var(--rt-primary-color) !important;
}

#header-menu #header-row1 .header-logo {
  display: none;
}

#header-menu.rt-sticky #header-row2 {
  display: none !important;
}

#header-menu.rt-sticky #header-row1 {
}

  #header-menu.rt-sticky #header-row1 .header-logo {
    display: block;
  }

#header-menu #header-row1 .action-list a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

#header-menu #header-row1 .action-list i {
  font-size: 20px;
}

#navbar-wrap #header-row1 {
}

  #navbar-wrap #header-row1 .action-list a {
    font-size: 16px;
    color: var(--rt-primary-color);
    font-weight: bold;
  }

  #navbar-wrap #header-row1 .action-list i {
    font-size: 20px;
  }

body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
  width: 30px;
  margin-left: 0px;
}

#meanmenu {
}

  #meanmenu .mean-bar {
    background-color: rgba(14, 46, 80, 0.92);
  }

  #meanmenu.rt-sticky {
    background-color: rgba(14, 46, 80, 0.92);
  }

    #meanmenu.rt-sticky .mean-bar {
      background-color: transparent;
    }

  #meanmenu .header-logo {
    margin-left: -60px;
    margin-top: -26px;
    width: auto;
  }

.user-logged {
  bottom: 0px;
  right: 0px;
}

@media only screen and (max-width: 1199px) {
  .header-action-layout1 .listing-button .listing-btn span {
    display: block;
  }
}

#footer-mobile {
  z-index: 999;
  background-color: rgba(14, 46, 80, 0.92);
}

  #footer-mobile i {
    font-size: 24px;
    color: #fff;
  }

  #footer-mobile .d-flex > div > a > span {
    font-size: 12px;
    color: #fff;
  }

@media only screen and (max-width: 991px) {
  .customer-auth {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-action-layout1 .action-list li {
    margin-right: 5px;
  }

  .header-action-layout1 .action-list .listing-button .item-text {
    font-size: 12px;
  }
}

#page-ourservices {
}

  #page-ourservices .breadcrumb-wrap {
    display: none;
  }

  #page-ourservices .video-container {
    height: 500px;
    position: relative;
    overflow: hidden;
  }

    #page-ourservices .video-container .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: var(--rt-primary-color);
      opacity: 80%;
      z-index: 1;
    }

    #page-ourservices .video-container video {
      position: absolute;
      top: -50%;
    }

    #page-ourservices .video-container .container {
      position: relative;
      z-index: 2;
      color: #fff !important;
    }

    #page-ourservices .video-container h1, #page-ourservices .video-container p {
      color: #fff !important;
    }

    #page-ourservices .video-container .smalt-text {
      text-align: right;
      font-size: 0.7em;
      width: 100%;
    }

  #page-ourservices .about-box3 .item-title {
    color: var(--rt-primary-color);
    font-size: 32px;
    line-height: 40px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
  }

  #page-ourservices .about-box3 .item-title-right {
    text-align: right;
  }

  #page-ourservices .about-box3 p {
    margin-bottom: 20px;
  }

  #page-ourservices .item-btn {
    display: inline-block;
    background-color: var(--rt-primary-color);
    color: #fff;
    padding: 10px 30px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
  }

  #page-ourservices .about-box3 .text-secondary {
    font-size: 0.8em;
    line-height: 18px;
    padding-top: 8px;
  }

  #page-ourservices .about-box3 .text-number {
    color: var(--rt-primary-color);
    font-size: 1.8em;
  }

  #page-ourservices .about-box3 i {
    color: var(--rt-primary-color);
    font-size: 2.5em;
  }

  #page-ourservices .progress-bar-wrap1 {
    background-color: var(--rt-primary-color);
    padding: 35px 0px 195px 0px;
    position: relative;
    color: #fff;
  }

    #page-ourservices .progress-bar-wrap1 .text-secondary {
      font-size: 1.5em;
      line-height: 35px;
      padding-top: 8px;
      color: #fff !important;
    }


    #page-ourservices .progress-bar-wrap1 i {
      color: #fff;
      font-size: 2.5em;
    }

    #page-ourservices .progress-bar-wrap1 .shape-img1 {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      top: 220px;
    }

  #page-ourservices .property-box1 {
    opacity: 0.9
  }

    #page-ourservices .property-box1 .item-title {
      color: var(--rt-primary-color);
      font-size: 35px;
      font-weight: 600;
      line-height: 38px;
    }

    #page-ourservices .property-box1 i {
      color: var(--rt-primary-color);
      font-size: 40px;
      font-weight: 600;
      line-height: 38px;
    }

    #page-ourservices .property-box1 .play-text i {
      color: var(--rt-primary-color);
      font-size: 21px;
      font-weight: 600;
      line-height: 58px;
    }

  #page-ourservices .about-wrap2 {
    padding: 20px 0px 60px 0;
    color: var(--rt-primary-color);
  }

  #page-ourservices .about-layout2 {
    padding: 70px 33px 70px 40px;
  }

    #page-ourservices .about-layout2 .item-title {
      color: var(--rt-primary-color);
      font-size: 32px;
      line-height: 40px;
      font-family: "Ubuntu", sans-serif;
      font-weight: 600;
      margin-bottom: 10px;
      padding-right: 75px;
    }

  #page-ourservices .play-btn.play-btn-big .play-icon:hover {
    background-color: #b3e4f7;
    color: red;
  }

  #page-ourservices .play-btn.play-btn-big .play-icon {
    background-color: #fff;
    color: red;
  }

  #page-ourservices .play-btn .play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid red;
    border-top-color: red;
    border-top-style: solid;
    border-top-width: 5px;
    border-right-color: red;
    border-right-style: solid;
    border-right-width: 5px;
    border-bottom-color: red;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-left-color: red;
    border-left-style: solid;
    border-left-width: 5px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 4;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
  }

@media (max-width: 575.98px) {
  #page-ourservices .video-container {
    height: auto;
    position: relative;
    overflow: hidden;
  }

    #page-ourservices .video-container video {
      position: absolute;
      top: 0%;
    }

    #page-ourservices .video-container h1 {
      padding-top: 20px;
      font-size: 1.2em;
      line-height: 20px;
    }

  #page-ourservices .video-text {
    width: 100% !important;
    top: 100px;
    line-height: 20px;
    font-size: 0.81em;
  }

    #page-ourservices .video-text p {
      line-height: 18px;
      font-size: 0.85em;
    }

  #page-ourservices .video-container .smalt-text {
    line-height: 15px;
    font-size: 0.65em;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #page-ourservices .progress-bar-wrap1 .text-secondary {
    font-size: 1.0em;
  }

  #page-ourservices .progress-bar-wrap1 .shape-img1 {
    display: inline;
  }

    #page-ourservices .progress-bar-wrap1 .shape-img1 img {
      max-width: 230px;
    }

  #page-ourservices .progress-bar-wrap1 {
    background-color: var(--rt-primary-color);
    padding: 35px 0px 125px 0px;
    position: relative;
    color: #fff;
  }

  #page-ourservices .about-box3 .item-title {
    color: var(--rt-primary-color);
    font-size: 20px;
    line-height: 30px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center !important
  }

  #page-ourservices .about-layout2 .item-title {
    color: var(--rt-primary-color);
    font-size: 20px;
    line-height: 30px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    padding-right: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.68px) {
  #page-ourservices .video-container {
    height: auto;
    position: relative;
    overflow: hidden;
  }

    #page-ourservices .video-container video {
      position: absolute;
      top: 0%;
    }

    #page-ourservices .video-container h1 {
      padding-top: 20px;
      font-size: 1.2em;
      line-height: 20px;
    }

  #page-ourservices .video-text {
    width: 100% !important;
    top: 100px;
    line-height: 20px;
    font-size: 0.81em;
  }

    #page-ourservices .video-text p {
      line-height: 18px;
      font-size: 0.85em;
    }

  #page-ourservices .video-container .smalt-text {
    line-height: 15px;
    font-size: 0.65em;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #page-ourservices .progress-bar-wrap1 .shape-img1 {
    display: inline;
  }

    #page-ourservices .progress-bar-wrap1 .shape-img1 img {
      max-width: 250px;
    }

  #page-ourservices .progress-bar-wrap1 {
    background-color: var(--rt-primary-color);
    padding: 35px 0px 145px 0px;
    position: relative;
    color: #fff;
  }

  #page-ourservices .about-box3 .item-title {
    text-align: center !important
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #page-ourservices .video-container {
    height: auto;
    position: relative;
    overflow: hidden;
  }

    #page-ourservices .video-container video {
      position: absolute;
      top: 0%;
    }

    #page-ourservices .video-container h1 {
      padding-top: 40px;
    }

  #page-ourservices .about-box3 .item-title {
    text-align: center !important
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #page-ourservices .video-container {
    height: auto;
    position: relative;
    overflow: hidden;
  }

    #page-ourservices .video-container video {
      position: absolute;
      top: 0%;
    }

    #page-ourservices .video-container h1 {
      padding-top: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) {
}

.brand-box2 a img {
  -webkit-filter: grayscale(100%);
}

.brand-box2 a:hover img {
  -webkit-filter: grayscale(0%);
}

#page-newssearch {
}

  #page-newssearch #news-tab {
  }

    #page-newssearch #news-tab .nav-item button {
      background-color: transparent;
      color: #666;
      border-radius: 0;
    }

      #page-newssearch #news-tab .nav-item button.active {
        border-bottom: 1px solid #0a58ca;
        color: #0a58ca;
      }

.banner-box1 .item-img img.img-bg-space {
  margin-top: -14px;
}

.footer-top-style {
  background-image: none;
  background-color: #0e2e50;
}

.footer-logo-area .item-social ul li a {
  padding: 25px;
  background-color: #22405f;
}

.btn-cookie-wrapper {
  left: 10px;
  right: unset;
  width: 50px;
}

  .btn-cookie-wrapper img {
    width: 40px !important;
    height: 40px !important;
  }

@media (max-width: 991px) {
  .customer-auth .btn-cookie-wrapper,
  .customer-auth #back-to-top {
    bottom: 55px !important;
  }

  .customer-auth #mobile-auctionlink {
    bottom: 109px !important;
  }
}

#customBannerModal .modal-header {
  padding: 0 1rem;
}

  #customBannerModal .modal-header button {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0;
    color: gray;
    border: 0;
    border-radius: 0;
    background: none;
    font-size: 25px;
  }

#page-newsdetail {
}

  #page-newsdetail .heading-title h1 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 500;
  }

  #page-newsdetail .blog-wrap6 {
  }

    #page-newsdetail .blog-wrap6 ul {
      list-style-type: disc;
    }

      #page-newsdetail .blog-wrap6 ul li {
        margin-left: 15px;
      }

#masterPopupModal .modal-header {
  padding: 0 1rem;
}

  #masterPopupModal .modal-header button {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0;
    color: gray;
    border: 0;
    border-radius: 0;
    background: none;
    font-size: 40px;
  }

#masterPopupModal .modal-body .img-fluid {
  width: 100%;
}

.ivgbanner-container .img-fluid {
  width: 100%;
}

.pagination-style-1 .pagination .page-item-inactive {
  padding: 10px 18px;
  margin-right: 5px;
}

@media (max-width: 550px) {
  .pagination-style-1 .pagination .page-item {
    padding: 10px 0px;
  }

    .pagination-style-1 .pagination .page-item .page-link {
      padding: 10px 10px;
    }
}

.rld-single-select .single-select .list {
  z-index: 9999;
}

.item-img-overlay {
  position: relative;
}

  .item-img-overlay img {    
    width: 100%;
    position: relative;
  }

  .item-img-overlay .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.4), /* black 40% bottom */
    rgba(0, 0, 0, 0) /* top trasparent */
    );
    display: flex;
    justify-content: flex-start; /* sx */
    align-items: flex-end; /* bottom */
    padding: 10px;
  }

  .item-img-overlay .overlay-text {
    color: white;
    font-size: 14px;
    font-weight: bold;
  }
