/* $variabili */
/* @mixin */
/* Sass */
.hide {
  display: none; }

* {
  outline: 0 !important; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  line-height: 1; }

a, .btn {
  transition: 0.5s; }

hr {
  border-color: #e7e7e7; }

.btn {
  letter-spacing: 2px;
  font-size: 18px; }
  .btn:after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-left: 10px;
    font-size: 22px; }

.nopad {
  padding-left: 0;
  padding-right: 0; }

p {
  letter-spacing: 0.5px; }

.gobig {
  width: 100%; }

/* index.html */
.header {
  background-color: #fe950e; }
  .header ul, .header p {
    margin-bottom: 0;
    line-height: 44px;
    color: white;
    font-size: 18px; }
    .header ul a, .header p a {
      color: white;
      display: inline-block; }
      .header ul a:hover, .header p a:hover {
        text-decoration: none;
        color: #eca909; }
  .header .center p:after {
    content: '';
    background-color: #d66816;
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(236, 43, 50, 0);
    border-left-color: #fe950e;
    border-width: 23px;
    margin-top: -24px; }
  .header .right {
    background-color: #d66816;
    margin-left: 23px;
    height: 44px;
    line-height: 44px; }
    .header .right .fa {
      color: #eca909;
      margin-right: 10px; }
      .header .right .fa.fa-phone {
        transform: rotate(250deg); }
    .header .right a {
      cursor: pointer; }

.menu-bar {
  z-index: 2; }
  .menu-bar .navbar-brand {
    padding: 0px; }
    .menu-bar .navbar-brand img {
      height: 100%;
      padding: 20px;
      width: auto; }
    .menu-bar .navbar-brand h1 {
      margin-bottom: 0;
      height: 100%; }
  .menu-bar ul li a {
    font-weight: 500; }

.navbar {
  margin-bottom: 0 !important; }

.full-hero {
  background-image: url(../imgs/full-hero.jpg);
  max-height: 664px;
  padding-top: 220px;
  padding-bottom: 305px; }
  .full-hero p {
    font-family: 'Poppins';
    font-size: 52px;
    color: white;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .full-hero form input[type="text"] {
    height: 63px;
    background-color: white;
    border: 1px solid #a7a7a7;
    width: 500px;
    color: #515151; }
  .full-hero form select {
    height: 63px;
    background-color: white;
    border: 1px solid #a7a7a7;
    border-left: 0;
    margin-left: -4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    background: white url(../imgs/arrow.png) no-repeat 90% center; }
    .full-hero form select option {
      color: #515151;
      padding: 20px; }
  .full-hero form .form-control::-webkit-input-placeholder {
    color: #515151; }
  .full-hero form .form-control:-moz-placeholder {
    color: #515151; }
  .full-hero form .form-control::-moz-placeholder {
    color: #515151; }
  .full-hero form .form-control:-ms-input-placeholder {
    color: #515151; }
  .full-hero form .btn {
    background-color: #fe950e;
    height: 63px;
    width: 160px;
    margin-left: 20px;
    text-transform: uppercase;
    color: white; }
    .full-hero form .btn .fa {
      color: #eca909; }
    .full-hero form .btn:hover {
      background-color: #eca909; }
      .full-hero form .btn:hover .fa {
        color: white; }
    .full-hero form .btn:after {
      content: normal; }
  .full-hero .form-inline .form-control {
    color: #515151 !important; }

.fixed-header {
  transition: 0.9s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 10px !important;
  height: 90px !important;
  z-index: 3; }
  .fixed-header .navbar-nav > li > a {
    padding-top: 30px !important; }

.smallimg {
  height: 90px !important; }

.type-home {
  padding-bottom: 75px; }
  .type-home h2 {
    font-size: 30px;
    margin-top: 75px;
    margin-bottom: 60px;
    letter-spacing: 1px; }
  .type-home img {
    border: 5px solid #e7e7e7;
    width: 245px; }
  .type-home .item {
    position: relative;
    width: 245px;
    margin-bottom: 45px; }
    .type-home .item .circle-hover {
      position: absolute;
      width: 235px;
      height: 235px;
      background-color: rgba(231, 231, 231, 0.8);
      top: 0;
      display: block;
      border-radius: 50%;
      margin-left: 5px;
      margin-top: 5px;
      opacity: 0;
      transition: opacity 0.5s ease; }
      .type-home .item .circle-hover a {
        padding-top: 25%;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 0;
        color: #515151;
        font-size: 18px;
        text-decoration: none;
        letter-spacing: 1px;
        transition: padding-top 0.5s ease; }
    .type-home .item:hover .circle-hover {
      opacity: 1; }
      .type-home .item:hover .circle-hover a {
        padding-top: 50%; }
  .type-home h3 {
    font-size: 20px;
    color: #fe950e;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 1px; }
    .type-home h3 a:hover {
      text-decoration: none;
      color: #eca909; }
  .type-home p {
    width: 245px;
    letter-spacing: 1px;
    margin: 0 auto; }

.item-slide {
  background-color: #e7e7e7;
  padding-bottom: 50px; }
  .item-slide h2 {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 55px;
    letter-spacing: 1px; }
  .item-slide .item {
    max-width: 295px;
    background-color: white;
    position: relative; }
    .item-slide .item span {
      padding: 20px;
      padding-bottom: 0;
      margin-bottom: 0;
      display: inline-block;
      color: #a7a7a7;
      letter-spacing: 1px; }
      .item-slide .item span a {
        color: #a7a7a7; }
        .item-slide .item span a:hover {
          text-decoration: none;
          color: #fe950e; }
    .item-slide .item hr {
      margin-top: 10px;
      margin-left: 20px;
      margin-right: 20px; }
      .item-slide .item hr.full {
        margin: 0; }
    .item-slide .item h3 {
      color: #fe950e;
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 1px;
      margin-left: 20px;
      margin-right: 20px;
      line-height: 1.2; }
      .item-slide .item h3 a:hover {
        text-decoration: none;
        color: #eca909; }
    .item-slide .item p {
      margin-left: 20px;
      margin-right: 20px;
      font-weight: 500;
      padding-bottom: 40px;
      letter-spacing: 1px;
      color: #515151; }
    .item-slide .item .service {
      margin-left: 20px;
      margin-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .item-slide .item .service ul {
        margin-bottom: 0; }
        .item-slide .item .service ul li {
          font-weight: 500;
          color: black; }
          .item-slide .item .service ul li.letto:before {
            content: '';
            background-image: url(../imgs/letto.png);
            width: 23px;
            height: 20px;
            display: inline-block;
            margin-right: 10px; }
          .item-slide .item .service ul li.vasca:before {
            content: '';
            background-image: url(../imgs/vasca.png);
            width: 23px;
            height: 20px;
            display: inline-block;
            margin-right: 10px; }
          .item-slide .item .service ul li.macchina:before {
            content: '';
            background-image: url(../imgs/macchina.png);
            width: 23px;
            height: 20px;
            display: inline-block;
            margin-right: 10px; }
    .item-slide .item .price {
      height: 45px;
      background-color: rgba(254, 149, 14, 0.8);
      position: absolute;
      margin-top: -45px;
      width: 100%; }
      .item-slide .item .price small {
        padding: 20px;
        line-height: 45px;
        font-weight: 700;
        font-size: 18px;
        color: white;
        letter-spacing: 1px; }
    .item-slide .item img {
      overflow: hidden; }
    .item-slide .item .label {
      position: absolute;
      width: 147px;
      height: 44px;
      background-color: #d3521f;
      display: block;
      top: 20px;
      left: -10px;
      border-radius: 0;
      line-height: 42px; }
      .item-slide .item .label:before {
        content: '';
        display: block;
        bottom: -10px;
        left: 0;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 0;
        border-color: transparent #d3521f transparent transparent; }
      .item-slide .item .label small {
        font-size: 18px;
        color: white;
        font-weight: 500;
        letter-spacing: 1px; }
    .item-slide .item .fa-star-o {
      margin-left: 0; }

.type-full h2 {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 55px;
  letter-spacing: 1px; }
.type-full .item {
  background-image: url(../imgs/type-full-01.jpg);
  position: relative;
  height: 567px; }
  .type-full .item h3 {
    font-size: 40px;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1;
    position: relative; }
  .type-full .item hr {
    border-color: white;
    width: 73px;
    margin-top: 30px;
    margin-bottom: 1px; }
  .type-full .item.item-03 {
    background-image: url(../imgs/type-full-03.jpg); }
  .type-full .item .full {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.5s ease; }
    .type-full .item .full a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 567px;
      padding-top: 245px;
      text-decoration: none;
      color: white; }
    .type-full .item .full p {
      padding-top: 340px;
      color: white;
      letter-spacing: 1px;
      max-width: 450px;
      margin: 0 auto;
      text-indent: -9999px;
      transition: 0.5s; }
    .type-full .item .full .btn {
      text-transform: uppercase;
      margin-top: 10px;
      text-indent: -9999px; }
    .type-full .item .full:hover {
      background-color: rgba(0, 0, 0, 0.8); }
      .type-full .item .full:hover p, .type-full .item .full:hover .btn {
        text-indent: 0; }

.costumer {
  padding-bottom: 90px;
  position: relative;
  background-color: white;
  z-index: 2; }
  .costumer h2 {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 55px;
    letter-spacing: 1px; }
  .costumer img {
    max-width: 172px;
    border: 5px solid #e7e7e7;
    margin: 0 auto; }
  .costumer h3 {
    color: #fe950e;
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0; }
  .costumer p {
    max-width: 670px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px; }
  .costumer small {
    font-size: 16px; }
  .costumer .prev, .costumer .next {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0; }
    .costumer .prev.next, .costumer .next.next {
      left: 100%; }
    .costumer .prev .fa, .costumer .next .fa {
      font-size: 40px;
      color: #eca909;
      cursor: pointer; }

.info {
  background-color: #e7e7e7;
  padding-top: 50px;
  padding-bottom: 45px;
  z-index: 2;
  position: relative; }
  .info .item {
    background-color: white;
    height: 500px;
    position: relative; }
    .info .item h2 {
      font-size: 20px;
      color: #fe950e;
      font-weight: 400;
      padding-left: 20px;
      padding-top: 30px;
      letter-spacing: 1px;
      padding-bottom: 15px;
      padding-right: 20px; }
    .info .item p {
      padding-left: 20px;
      font-weight: 500;
      padding-right: 20px; }
    .info .item hr {
      position: absolute;
      bottom: 60px;
      width: 100%; }
    .info .item a {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0; }
      .info .item a .btn {
        bottom: 15px;
        position: absolute;
        text-transform: uppercase;
        padding-left: 20px; }
      .info .item a:hover .btn {
        color: #fe950e; }

.form {
  background-image: url(../imgs/form.jpg);
  padding-top: 130px;
  padding-bottom: 110px;
  background-size: cover;
  z-index: 2;
  position: relative; }
  .form p {
    font-family: 'Poppins';
    font-weight: 500;
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 55px; }
  .form .item {
    max-width: 365px;
    border: 2px solid #eca909;
    padding: 20px;
    padding-left: 40px;
    margin-bottom: 18px; }
    .form .item p {
      color: #eca909;
      margin-bottom: 0; }
      .form .item p a {
        color: #eca909;
        font-weight: 600;
        text-decoration: none; }
  .form form input, .form form select {
    height: 48px;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-size: 20px;
    padding-left: 18px; }
  .form form label {
    font-family: 'Poppins';
    font-size: 20px;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 19px;
    margin-top: 42px; }
  .form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../imgs/arrow-white.png) no-repeat 97% center;
    margin-bottom: 49px; }
    .form form select option {
      background-color: #515151; }
  .form form .form-group {
    margin-bottom: 19px; }
  .form form textarea {
    background-color: transparent;
    width: 100%;
    border: 1px solid white;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-size: 20px;
    padding-top: 14px;
    padding-left: 18px;
    height: 320px;
    resize: none; }
  .form form .check label {
    font-size: 16px;
    font-family: 'Roboto';
    margin-top: 29px; }
    .form form .check label a {
      color: white; }
  .form form .btn:hover {
    color: white; }

.footer {
  padding-top: 35px;
  padding-bottom: 45px;
  position: relative;
  z-index: 2;
  background-color: white; }
  .footer address {
    max-width: 400px;
    margin: 0 auto;
    color: #a7a7a7;
    margin-top: 35px; }
    .footer address small {
      display: block;
      font-size: 16px; }
  .footer div {
    max-width: 300px;
    height: 47px;
    border: 2px solid #fe950e;
    margin: 0 auto;
    line-height: 45px;
    position: relative;
    margin-top: 30px; }
    .footer div a {
      font-size: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .footer div a:hover {
        text-decoration: none;
        background-color: #fe950e;
        color: white; }

.ueppy {
  background-color: #fe950e;
  padding-top: 15px;
  padding-bottom: 15px; }
  .ueppy p {
    margin-bottom: 0;
    color: white;
    font-size: 14px;
    font-weight: 500; }
    .ueppy p a {
      color: white; }

/* page.html */
.full-hero-page {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: bottom; }

.bread {
  border-bottom: 1px solid #d9d9d9; }
  .bread .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 15px; }
    .bread .breadcrumb li {
      font-size: 14px;
      color: #a7a7a7; }
      .bread .breadcrumb li a {
        color: #a7a7a7; }
      .bread .breadcrumb li.active {
        color: #a7a7a7; }

.page {
  padding-top: 35px;
  padding-bottom: 50px; }
  .page .right {
    margin-top: 50px; }
    .page .right .item {
      max-width: 295px;
      background-color: white;
      position: relative;
      border: 1px solid #dbdbdb;
      margin-bottom: 20px; }
      .page .right .item span {
        padding: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
        display: inline-block;
        color: #a7a7a7;
        letter-spacing: 1px; }
        .page .right .item span a {
          color: #a7a7a7; }
          .page .right .item span a:hover {
            text-decoration: none;
            color: #fe950e; }
      .page .right .item hr {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px; }
        .page .right .item hr.full {
          margin: 0; }
      .page .right .item h3 {
        color: #fe950e;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 1px;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 1.2; }
        .page .right .item h3 a:hover {
          text-decoration: none;
          color: #eca909; }
      .page .right .item p {
        margin-left: 20px;
        margin-right: 20px;
        font-weight: 500;
        padding-bottom: 40px;
        letter-spacing: 1px;
        color: #515151; }
      .page .right .item .service {
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px; }
        .page .right .item .service ul {
          margin-bottom: 0; }
          .page .right .item .service ul li {
            font-weight: 500;
            color: black; }
            .page .right .item .service ul li.letto:before {
              content: '';
              background-image: url(../imgs/letto.png);
              width: 23px;
              height: 20px;
              display: inline-block;
              margin-right: 10px; }
            .page .right .item .service ul li.vasca:before {
              content: '';
              background-image: url(../imgs/vasca.png);
              width: 23px;
              height: 20px;
              display: inline-block;
              margin-right: 10px; }
            .page .right .item .service ul li.macchina:before {
              content: '';
              background-image: url(../imgs/macchina.png);
              width: 23px;
              height: 20px;
              display: inline-block;
              margin-right: 10px; }
      .page .right .item .price {
        height: 45px;
        background-color: rgba(254, 149, 14, 0.8);
        position: absolute;
        margin-top: -45px;
        width: 100%; }
        .page .right .item .price small {
          padding: 20px;
          line-height: 45px;
          font-weight: 700;
          font-size: 18px;
          color: white;
          letter-spacing: 1px; }
      .page .right .item img {
        overflow: hidden; }
      .page .right .item .label {
        position: absolute;
        width: 147px;
        height: 44px;
        background-color: #ecaa0b;
        display: block;
        top: 20px;
        left: -10px;
        border-radius: 0;
        line-height: 42px; }
        .page .right .item .label:before {
          content: '';
          display: block;
          bottom: -10px;
          left: 0;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 10px 0;
          border-color: transparent #ca9b2e transparent transparent; }
        .page .right .item .label small {
          font-size: 18px;
          color: white;
          font-weight: 500;
          letter-spacing: 1px; }
      .page .right .item .fa-star-o {
        margin-left: 0; }
  .page .left h1 {
    font-size: 30px;
    text-align: center; }
  .page .left img {
    margin-top: 30px; }
  .page .left h2 {
    margin-top: 45px;
    color: #fe950e;
    font-weight: 400;
    font-size: 20px; }

/* list.html */
.list .list-item {
  height: 187px;
  border: 1px solid #d9d9d9;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  position: relative; }
  .list .list-item img {
    margin-top: 0;
    height: 100%;
    width: 99%; }
  .list .list-item h2 {
    margin-top: 25px;
    margin-left: 10px;
    padding-right: 20px;
    letter-spacing: 1px; }
    .list .list-item h2 a:hover {
      text-decoration: none;
      color: #eca909; }
  .list .list-item p {
    margin-left: 10px;
    padding-right: 20px; }
  .list .list-item .btn:hover {
    color: #fe950e; }
  .list .list-item a {
    text-indent: -200%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }
  .list .list-item:hover .btn {
    color: #fe950e; }

/* team.html */
.team .left .team-list {
  margin-top: 55px; }
  .team .left .team-list img {
    border: 5px solid #e7e7e7;
    max-width: 172px;
    margin-top: 0; }
  .team .left .team-list h2 {
    font-size: 30px;
    font-weight: 300; }
  .team .left .team-list small {
    font-size: 18px; }
  .team .left .team-list hr {
    margin-top: 15px; }
  .team .left .team-list p {
    margin-top: 200px;
    margin-left: 15px;
    margin-right: 15px; }
  .team .left .team-list.text p {
    margin-top: 0;
    margin-left: 0; }
  .team .left .team-list .showmore_content {
    position: relative;
    overflow: hidden; }
  .team .left .team-list .showmore_trigger {
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: pointer; }
  .team .left .team-list .showmore_trigger span {
    display: block;
    color: #eca909;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 25px; }
    .team .left .team-list .showmore_trigger span.more:after, .team .left .team-list .showmore_trigger span.less:after {
      content: '\f067';
      font-family: 'FontAwesome';
      margin-left: 10px; }
    .team .left .team-list .showmore_trigger span.less:after {
      content: '\f068'; }
.team .left hr.left {
  margin-left: 5px; }

/* item.html */
.item small {
  font-size: 30px;
  color: #fe950e;
  font-weight: 600; }
.item h1 {
  margin-bottom: 0; }
.item hr {
  margin-top: 15px;
  margin-bottom: 10px; }
.item .item-list li:after {
  content: '|';
  margin-left: 15px; }
.item .item-list li:last-child:after {
  content: normal; }
.item .fa {
  margin-left: 10px;
  cursor: pointer; }
  .item .fa:hover {
    color: #eca909; }
.item .table td + td {
  text-align: right; }
.item .right {
  margin-top: 87px; }
  .item .right .item {
    border: none; }
    .item .right .item .phone, .item .right .item .send {
      width: 100%;
      max-width: 285px;
      min-width: 215px;
      height: 71px;
      background-color: #eca909;
      line-height: 71px;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 20px;
      letter-spacing: 1px;
      position: relative; }
      .item .right .item .phone .fa-phone, .item .right .item .send .fa-phone {
        transform: rotate(250deg);
        color: white;
        margin-right: 20px; }
      .item .right .item .phone a, .item .right .item .send a {
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-left: 90px; }
        .item .right .item .phone a:hover, .item .right .item .send a:hover {
          text-decoration: none; }
        .item .right .item .phone a:before, .item .right .item .send a:before {
          content: '';
          display: inline-block;
          width: 1px;
          background-color: white;
          height: 71px;
          position: absolute;
          margin-left: -25px; }
      .item .right .item .phone:hover, .item .right .item .send:hover {
        background-color: #fe950e;
        transition: 0.5s; }
    .item .right .item .phone {
      background-color: #515151; }
    .item .right .item .send {
      background-color: #fe950e;
      text-transform: uppercase; }
      .item .right .item .send:hover {
        background-color: #eca909; }
      .item .right .item .send .fa {
        color: white; }
    .item .right .item .share {
      /*height: 138px;*/
      border: 1px solid #e7e7e7;
      margin-top: 20px; }
      .item .right .item .share .social {
        border-bottom: 1px solid #e7e7e7;
        height: 67px;
        line-height: 67px;
        padding-left: 20px; }
        .item .right .item .share .social .fa:hover {
          color: #fe950e;
          transition: 0.5s; }
      .item .right .item .share .print {
        line-height: 67px;
        height: 67px; }
        .item .right .item .share .print:hover .fa {
          color: #fe950e;
          transition: 0.5s; }
      .item .right .item .share .social, .item .right .item .share .print {
        position: relative; }
        .item .right .item .share .social a, .item .right .item .share .print a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding-left: 20px;
          color: #515151; }
          .item .right .item .share .social a:hover, .item .right .item .share .print a:hover {
            text-decoration: none; }
    .item .right .item .planimetria {
      margin-top: 20px; }
    .item .right .item .google img {
      border: 1px solid #e7e7e7;
      border-top: none;
      width: 285px; }
    .item .right .item .agent {
      border: 1px solid #e7e7e7;
      padding: 20px;
      margin-top: 20px; }
      .item .right .item .agent p {
        margin-left: 0;
        padding-bottom: 0; }
      .item .right .item .agent img {
        border: 2px solid #e7e7e7;
        width: 80px; }
      .item .right .item .agent small {
        font-size: 20px;
        font-family: 'Poppins';
        line-height: 1.1;
        margin-top: 15px;
        display: inline-block;
        font-weight: 400;
        margin-left: -5px; }
        .item .right .item .agent small a:hover {
          text-decoration: none;
          color: #eca909; }

.lSAction {
  width: 40px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer; }
  .lSAction .lSPrev, .lSAction .lSNext {
    width: 20px;
    height: 20px;
    display: inline-block; }
  .lSAction .lSPrev:after, .lSAction .lSNext:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '\f104';
    font-family: 'FontAwesome';
    color: #515151;
    font-size: 20px; }
  .lSAction .lSNext:after {
    content: '\f105';
    margin-left: 10px; }

/* filter.html */
.filter h1 {
  margin-bottom: 40px; }
.filter .item {
  max-width: 280px;
  background-color: white;
  position: relative;
  border: 1px solid #d9d9d9;
  border-top: 0;
  margin-bottom: 20px; }
  .filter .item span {
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline-block;
    color: #a7a7a7;
    letter-spacing: 1px; }
    .filter .item span a {
      color: #a7a7a7;
      z-index: 2;
      position: relative; }
      .filter .item span a:hover {
        text-decoration: none;
        color: #fe950e; }
  .filter .item hr {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px; }
    .filter .item hr.full {
      margin: 0; }
  .filter .item h3 {
    height: 48px;
    color: #fe950e;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.2;
    transition: 0.5s; }
    .filter .item h3 a:hover {
      text-decoration: none;
      color: #eca909; }
  .filter .item p {
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 500;
    /*padding-bottom: 40px;*/
    height: 70px;
    letter-spacing: 1px;
    color: #515151; }
  .filter .item .service {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .filter .item .service ul {
      margin-bottom: 0; }
      .filter .item .service ul li {
        font-weight: 500;
        color: black; }
        .filter .item .service ul li.letto:before {
          content: '';
          background-image: url(../imgs/letto.png);
          width: 23px;
          height: 20px;
          display: inline-block;
          margin-right: 10px; }
        .filter .item .service ul li.vasca:before {
          content: '';
          background-image: url(../imgs/vasca.png);
          width: 23px;
          height: 20px;
          display: inline-block;
          margin-right: 10px; }
        .filter .item .service ul li.macchina:before {
          content: '';
          background-image: url(../imgs/macchina.png);
          width: 23px;
          height: 20px;
          display: inline-block;
          margin-right: 10px; }
  .filter .item .price {
    height: 45px;
    background-color: rgba(254, 149, 14, 0.8);
    position: absolute;
    margin-top: -45px;
    width: 100%; }
    .filter .item .price small {
      padding: 20px;
      line-height: 45px;
      font-weight: 700;
      font-size: 18px;
      color: white;
      letter-spacing: 1px; }
  .filter .item img {
    overflow: hidden; }
  .filter .item .label {
    position: absolute;
    width: 147px;
    height: 44px;
    background-color: #d2511e;
    display: block;
    top: 20px;
    left: -10px;
    border-radius: 0;
    line-height: 42px; }
    .filter .item .label:before {
      content: '';
      display: block;
      bottom: -9px;
      left: 0;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 0;
      border-color: transparent #d2511e transparent transparent; }
    .filter .item .label small {
      font-size: 18px;
      color: white;
      font-weight: 500;
      letter-spacing: 1px; }
  .filter .item .fa-star-o {
    margin-left: 0; }
  .filter .item .href-hide {
    text-indent: -200%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; }
  .filter .item:hover h3 {
    color: #eca909; }
.filter .filter-menu {
  display: none; }
  .filter .filter-menu .price {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9; }
    .filter .filter-menu .price.price-price {
      padding-top: 0;
      margin-top: -20px; }
      .filter .filter-menu .price.price-price p {
        margin-top: 60px; }
.filter .show-menu {
  margin-top: 40px; }
  .filter .show-menu p {
    font-family: 'Poppins';
    font-size: 20px;
    color: #fe950e;
    margin-bottom: 25px; }
  .filter .show-menu .check {
    margin-bottom: 20px; }
  .filter .show-menu select {
    max-width: 80%;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    color: #515151;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px; }
    .filter .show-menu select.nomargin {
      margin: 0; }
  .filter .show-menu label {
    font-size: 14px;
    font-weight: 500; }
  .filter .show-menu .form-group {
    height: 50px;
    display: block; }
.filter .affina {
  border: 1px solid #dddddd;
  width: 167px;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  float: right;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 1px; }
  .filter .affina .fa {
    margin-left: 10px; }
  .filter .affina:hover {
    background-color: #eca909;
    color: white; }

.btn-filter {
  width: 130px;
  background-color: #fe950e;
  height: 44px;
  color: white;
  text-transform: uppercase;
  border: 2px solid #fe950e;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 20px; }
  .btn-filter:after {
    content: normal; }
  .btn-filter:hover {
    background-color: white;
    color: #fe950e;
    border: 2px solid #fe950e; }
  .btn-filter.white {
    background-color: white;
    color: #fe950e; }
    .btn-filter.white:hover {
      background-color: #fe950e;
      color: white; }

.magic-checkbox + label:before {
  border: 1px #fe950e solid !important; }

.container.page.filter h1 {
  text-transform: capitalize; }

.owl-item a, .col-md-3.right a, .col-md-3.col-sm-4 a, .container.page.list .item.float p {
  text-decoration: none !important; }

/*# sourceMappingURL=style.css.map */
