@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
a {
  text-decoration: none;
}

.color-flexiblue {
  color: #025c9b;
  font-family: Poppins;
}

.color-flexigreen {
  color: #aec471 !important;
}

body {
  font-family: Nunito;
}

.preheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.div-centered {
  margin: 0 auto !important;
}

footer {
  -webkit-box-shadow: inset 0px 0px 54px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 54px rgba(0, 0, 0, 0.1);
  color: #fff;
}

footer .contactdetails {
  width: 80%;
  margin: 0 auto;
}

footer .logo {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  margin: 40px 0 0 0;
}

footer .motto {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 300;
  font-style: italic;
}

footer .contact {
  font-size: 18px;
  margin: 25px 0 25px 0;
}

footer .contact i {
  margin: 12px 0 1px 0;
  font-size: 18px;
  display: inline-block;
  width: 57px;
  text-align: center;
}

footer .copyright {
  margin: 10px 0 0 23px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

footer .copyright a {
  color: #fff;
  font-weight: 600;
  font-style: italic;
}

.navbar-expand-md .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.nav-link {
  font-weight: 400;
  color: black;
  font-size: 16px;
  font-family: Poppins;
  margin: 0 15px;
  color: #222;
}

.nav-link.selected {
  color: #fff;
}

.nav-link.selected:before {
  width: 100%;
  background: #025c9b;
}

.currrentpage {
  font-weight: bold;
  color: #025c9b;
}

.cta {
  position: relative;
  margin: auto 10px;
  padding: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 2px;
  background: none;
  width: 20px;
  height: 56px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta span {
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  font-weight: 600;
}

.cta:hover {
  color: #fff;
}

.cta:hover:before {
  width: 100%;
  background: rgba(2, 92, 155, 0.85);
}

.cta:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.hero-image {
  min-height: calc(100vh - 228px);
  background-image: url(/img/home3.jpg);
  background-size: cover;
  background-position: 60%;
  background-repeat: no-repeat;
}

.hero-text {
  position: absolute;
  top: 70px;
  padding: 160px 0 60px 20%;
  width: 100%;
  font-family: Poppins;
}

.hero-text .quote {
  font-size: 100px;
}

.hero-text .line1 {
  font-size: 5vw;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: bold;
  color: #025c9b;
  margin-bottom: 5px;
}

.hero-text .line2 {
  font-size: 3vw;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: bold;
  margin-bottom: 40px;
  color: #025c9b;
}

.companie-hero {
  background-image: url(/img/companie.jpg);
  min-height: calc(100vh - 228px);
  background-size: cover;
  background-position: 60%;
  background-repeat: no-repeat;
}

.companie-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px;
}

.companie-container .companie-item {
  width: 30%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.companie-container .companie-item .title {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin: 20px 0 50px 0;
  color: #025c9b;
  font-family: Poppins;
}

.companie-container .companie-item .text i {
  color: #aec471;
  margin-right: 3px;
}

.companie-container .small-company-item {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.calitate-hero {
  background-image: url(/img/calitate.jpg);
  min-height: calc(100vh - 228px);
  background-size: cover;
  background-position: 60%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calitate-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.calitate-item-row .calitate-item {
  margin: 50px;
  background-color: white;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calitate-item-row .calitate-item img {
  max-width: 80%;
  max-height: 80%;
}

.calitate-item-row .focus-calitate-item {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.spumetehnice-container-max,
.spumeconfort-container-max,
.saltele-container-max {
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.992034)), to(rgba(255, 255, 255, 0))), url(/img/patterns/double-bubble-outline.png);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.992034) 50%, rgba(255, 255, 255, 0) 100%), url(/img/patterns/double-bubble-outline.png);
}

.spumetehnice-container-max .product-full .description img,
.spumeconfort-container-max .product-full .description img,
.saltele-container-max .product-full .description img {
  margin: 0;
  width: 100%;
}

.spumetehnice-container-max .table td,
.spumeconfort-container-max .table td,
.saltele-container-max .table td {
  width: 50%;
}

.products-container {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-container.smaller-margin {
  margin-top: 50px;
}

.products-container .product {
  text-align: center;
  margin: 0 30px;
  -webkit-transition: inherit;
  transition: inherit;
}

.products-container .product .picture {
  height: 160px;
  line-height: 160px;
  margin: 20px auto;
  position: relative;
  -webkit-transition: inherit;
  transition: inherit;
}

.products-container .product .picture img {
  width: 100%;
  max-width: 150px;
  -webkit-transition: inherit;
  transition: inherit;
}

.products-container .product .title {
  font-weight: 600;
  -webkit-transition: inherit;
  transition: inherit;
  font-size: 18px;
}

.products-container .product .subtitle {
  font-size: 13px;
  text-align: center;
}

.products-container .product:hover {
  cursor: pointer;
}

.products-container .product:hover img {
  -webkit-transform: rotate(2deg) translate(-3px, -10px);
          transform: rotate(2deg) translate(-3px, -10px);
}

.products-container .product:hover .title {
  color: #025c9b;
}

.products-container.smaller {
  margin: 30px 0 30px 0;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.products-container.smaller .picture {
  line-height: 130px;
  height: 130px;
}

.products-container.smaller .picture img {
  max-width: 100px;
}

.products-container.smaller .title {
  font-size: 16px;
}

.product-full {
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.product-full > .title {
  font-size: 26px;
  margin: 60px 0 100px 0;
  text-align: center;
  color: #025c9b;
  font-family: Poppins;
}

.product-full .middle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.product-full .middle-section .pictures {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-full .middle-section .pictures .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  line-height: 100px;
}

.product-full .middle-section .pictures .thumbs img {
  cursor: pointer;
  display: block;
  height: 100%;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 15px;
  max-width: 100px;
}

.product-full .middle-section .pictures .main {
  width: 500px;
  height: 500px;
  line-height: 500px;
  margin: 30px;
  text-align: center;
}

.product-full .middle-section .pictures .main img {
  width: 100%;
}

.product-full .middle-section .comanda {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-full .middle-section .comanda a {
  padding: 20px 40px;
  background-color: #aec471;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.product-full .description .title {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 30px 0;
}

.product-full .description ul {
  width: 100%;
}

.product-full .description img {
  margin: 100px auto 0 auto;
  display: block;
  width: 70%;
}

.spumeconfort .product-full .middle-section .pictures {
  display: block;
}

.spumeconfort .product-full .middle-section .pictures .thumbs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.spumeconfort .product-full .middle-section .pictures .thumbs .thumb {
  width: 100px;
  height: 100px;
}

.spumeconfort .product-full .middle-section .pictures .thumbs img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 5px;
}

.spumetehnice-instructiuni {
  width: 60% !important;
  margin-top: 50px !important;
  display: block;
}

.saltele-detasabile,
.saltele-fixe {
  margin-bottom: 90px;
}

.pre-text {
  margin: 30px 0;
  background-color: #f1f1f1;
  padding: 50px 50px;
  font-style: italic;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.pre-text p {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  text-align: left;
}

.pre-text i {
  font-size: 3em;
  padding-top: 30px;
}

.saltele-hero {
  background-image: url(/img/produse/spumeconfort/background.jpg);
  min-height: calc(100vh - 228px);
  background-size: cover;
  background-position: 60%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.saltele-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.saltele-buttons-container .saltele-button {
  width: 40vw;
  max-width: 500px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 42px;
  font-family: Poppins;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.saltele-buttons-container .saltele-button:hover {
  background-color: white;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.saltele-buttons-container .saltele-button:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.saltele-details {
  width: 90vw;
  max-width: 1060px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.saltele-details a {
  font-size: 20px;
  color: #000;
  margin: 30px;
  font-weight: bold;
  font-family: Poppins;
}

.saltele-details a:hover {
  color: #025c9b;
}

.saltele-details-container {
  padding: 60px 0 60px 0;
}

.saltele-details-container .saltele-text-container {
  padding: 25px;
}

.saltele-details-container .saltele-text-container .title {
  font-size: 36px;
  margin: 20px 0 45px 0;
  font-weight: 600;
  font-family: Poppins;
}

.saltele-details-container .saltele-text-container p.text {
  font-size: 17px;
  line-height: 1.5em;
}

.saltele-smaller {
  height: 250px;
  min-height: auto;
}

.saltele-smaller .saltele-button {
  width: 500px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
  font-family: Poppins;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.saltea-selected {
  color: #025c9b !important;
  margin-right: 3px;
}

.product-saltea .text i {
  color: #025c9b;
  margin-right: 3px;
}

@media only screen and (max-width: 1400px) {
  footer .contactdetails {
    width: 90%;
  }
  .companie-container {
    padding: 150px 0;
  }
  .products-container .product .title {
    font-size: 15px;
  }
  .products-container.smaller .title {
    font-size: 13px;
  }
}

.products-shower {
  display: none;
}

@media only screen and (max-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    margin-top: 20px;
  }
  .hero-image {
    height: calc(100vh - 228px);
    background-position: 86%;
  }
  .hero-text {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .hero-text .line1 {
    font-size: 40px;
  }
  .hero-text .line2 {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 40px;
    color: #025c9b;
  }
  .companie-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .companie-container .companie-item {
    width: 100%;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    margin: 20px 0;
    padding: 30px;
  }
  .spumetehnice-container-max,
  .spumeconfort-container-max,
  .saltele-container-max {
    padding-bottom: 10px;
  }
  .products-container {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .products-container .product {
    width: 49%;
    margin: 0;
    padding: 15px;
    min-height: 300px;
  }
  .products-container .product .title {
    font-size: 15px;
    min-height: 2.5em;
  }
  .products-container.smaller {
    display: none;
  }
  .products-container.smaller .title {
    font-size: 13px;
  }
  .products-container.mobile-container-hide {
    display: none;
  }
  .products-container.mobile-container-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products-shower {
    display: block;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .product-full > .title {
    font-size: 20px;
    margin: 30px 0 20px 0;
  }
  .product-full .middle-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-full .middle-section .pictures {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-full .middle-section .pictures .thumbs {
    height: 80px;
    width: 80px;
  }
  .product-full .middle-section .pictures .main {
    width: 100%;
    height: 350px;
    line-height: 350px;
    margin: 0 30px;
  }
  .spumeconfort .product-full .middle-section .pictures {
    width: 100%;
  }
  .spumeconfort .product-full .middle-section .pictures .main {
    margin: 0px;
    height: 400px;
  }
  .spumeconfort .product-full .middle-section .pictures .thumbs {
    width: auto;
  }
  .spumeconfort .product-full .middle-section .pictures .thumbs img {
    height: 50px;
    padding: 3px;
  }
  .saltele-buttons-container {
    width: 100%;
  }
  .saltele-buttons-container .saltele-button {
    font-size: 18px;
    height: 150px;
    width: 50%;
    margin: 15px;
  }
  .saltele-details {
    margin: 10px;
  }
  .saltele-details a {
    text-align: center;
    font-size: 13px;
  }
  .calitate-container {
    padding-top: 50px;
  }
  .calitate-item-row .calitate-item {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    margin: 20px !important;
    width: 150px;
    height: 150px;
  }
  footer .contactdetails {
    width: 95%;
  }
  footer .logo {
    font-size: 38px;
  }
  footer .motto {
    font-size: 11px;
    letter-spacing: 2px;
  }
  footer .contact {
    font-size: 13px;
  }
  footer .contact i {
    margin: 5px 0 1px 0;
    font-size: 13px;
    width: 30px;
  }
  .spumetehnice-instructiuni {
    width: 100% !important;
  }
}

.comanda-foi-titlu {
  font-weight: 900;
  margin: 10px 0;
  font-size: 16px;
}

.comanda-foi {
  width: 75%;
  margin: 15px auto;
  padding: 10px 20px;
  background-color: #aec471;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  display: block;
}
/*# sourceMappingURL=style.css.map */