/*
  Theme Name: Wetality water
  Author: Wetality water
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.7em;
  color: #575757;
  line-height: 1.4;
}

a {
  color: #0490dd;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.left{float:left !important;}

.btn, a {
  -webkit-transition: color linear .4s, background-color linear .4s, border-color linear .4s;
  transition: color linear .4s, background-color linear .4s, border-color linear .4s;
}

.btn:hover, a:hover,
.btn:focus, a:focus,
.btn:active, a:active,
video:focus, video:hover{
  text-decoration: none;
  outline: none;
}

b, strong{
  font-weight: 600;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.row{
	display: -ms-flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

/* Hack for Safari */

.row:not(:root:root):before, .row:not(:root:root):after{
  content:none;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.back-to-wetality {
    position: absolute;
    left: 3%;
    top: 50%;
    color: #E55025;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

.back-to-wetality .fa,
#back_to_wetality_li a{
  color: #E55025!important;
}

.back-to-wetality:hover,
.back-to-wetality .fa:hover,
#back_to_wetality_li a:hover {
    cursor: pointer;
    color: #c13d07!important;
}

img.back-to-wetality-img {
    display: inline-block;
    margin-left: 5px;
    width: 30%;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 5px 0 3px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.21);
  -webkit-backface-visibility: hidden;
  transition: all 0.5s;
  height: 54px;
}

#header .btn {
  float: right;
  margin: 7px 0 0 25px;
  padding: 6px 20px 4px;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
  background-color: #0490dd;
  border-color: #0490dd;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.logo {
  float: left;
  margin: 0 auto;
  height: 47px;
}

.logo img{
  max-width: 100%;
  height: 100%;
}

#nav {
  /*overflow: hidden;*/
  text-align: right;
  font-size: 13px;
  letter-spacing: -4px;
  white-space: nowrap;
}

#nav .nav-drop {
  overflow: hidden;
}

#nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: flex-end;
  padding: 13px 0 5px;
  margin: 0;
}

#nav ul li svg{
  width: 12px;
  margin-right: 5px;
}

#nav li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  vertical-align: top;
  line-height: 19px;
  letter-spacing: 0;
  white-space: normal;
  margin: 0 0 0 25px;
}

#nav li a {
  display: block;
  color: #333;
  font-weight: 300;
  font-size: 13px;
}

#shopping_cart_li a{
  font-size: 15px !important;
  font-weight: bold !important;
}

#nav li a:hover {
  text-decoration: none;
  color: #8d81ac;
}

.nav-opener {
  display: none;
  float: right;
  width: 31px;
  height: 31px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}

.nav-opener:before, .nav-opener:after, .nav-opener span {
  background: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 17px;
  left: 3px;
  right: 3px;
  height: 3px;
  margin-top: -2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-opener:before {
  content: '';
  top: 8px;
  left: 30%;
}

.nav-opener:after {
  content: '';
  top: 26px;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-opener:hover {
  opacity: .9;
}

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 5%;
  right: 5%;
}

.nav-active .nav-opener:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

#nav li.active a, #nav li a:hover, #nav li a:focus{
  color: #058fdd;
  cursor: pointer;
}

/* language and cart */

.right-nav {
  display: block;
  position: relative;
  float: right;
}

a.cart-link{
  float: left;
  margin-left: 20px;
  font-size: 17px;
  color: black;
  font-weight: 300;
}

a.cart-link svg{
  width: 18px;
  padding-top: 15px;
  margin-right: 5px;
}

.choose-language-div{
  position: relative;
  float: left;
  padding-top: 10px;
  margin-left: 17px;
}

.dropdown_language_img {
  width: 25px;;
}

.language-flags, a.dropdown-item img{width: 25px;}

.open > .dropdown-menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-direction: column;
}

.right-nav .dropdown-menu{
  width: auto;
  min-width: auto;
  margin-top: 17px;
  padding: 5px 7px;
  left: -8px;
}

a.dropdown-item{
  position: relative;
  display: block;
}

/* login btn */

.nav-drop li.logout-btn.on-pc-show{
  padding-bottom: 20px;
}

.logout-btn-dropdown-content{
  top: 54px;
  margin-left: -10px;
  list-style: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  text-align: left;
}

.logout-btn-dropdown-content a {
  line-height: 24px;
}

#testForDropdown input:hover {
  color: #058fdd;
}

.testForMobileUl {
  padding: 0 !important;
  padding-bottom: 5px !important;
}

.testForMobileDropdown {
  display: flex !important;
  flex-direction: column;
  visibility: visible;
  opacity: 1;
  animation: fade 1s;
}

@keyframes fade {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

#nav .logout-btn.on-mobile-show{ display: none;}

#nav ul .triggered-dropdown{display: none;}

span#arrowExpandUl {top: 3px;}

/* registration button */

#registration_li a{line-height: 13px;}
#registration_li a span{
  display: block;
  text-align: left;
  font-size: 11px;
  line-height: 13px;
}

#testForDropdown a.water-menu{
  display: flex; margin: 0; padding: 20px 10px; padding-bottom: 8px!important; padding-top: 10px!important; line-height: 1;
}

li#back_to_wetality_li {
    display: none;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#wrapper {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
}

.visual {
  height: 90vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #575757;
  padding: 137px 0 0;
  background: #e9e9eb;
}

.visual .bg-stretch {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.visual .text-block {
  padding: 90px 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.visual p {
  margin: 0 0 8px;
}

.visual p.tagline {
  text-align: left;
  font-size: 4rem;
  letter-spacing: 0px;
  line-height: 1.3;
}

.tagline span{
  font-weight: 600;
}

.red {
  color: indianred;
}

.green {
  color: forestgreen;
}

.blue {
  color: deepskyblue;
}

.visibleDivFirst{
  opacity: 0;
  animation: fadeIn 0.2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.visibleDivSecond{
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.visibleDivThird{
  opacity: 0;
  animation: fadeIn 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/*--------------------------------------------------------------
# Gradient-change-section-one Section
--------------------------------------------------------------*/

.bg-siphon{
  position: absolute;
  width: 100%;
}

#wetality_machine_img{
  float: right;
  margin-top: 55px;
}

#section1 p {
  font-size: 1.3em;
}

#section1  p.m-down{
  text-align: center;
  margin-bottom: 70px;
}

#section2 h1{
  font-size: 6em;
  font-weight: 600;
  color: #565656;
  padding-top: 100px;
}

.updown{
  animation: jump 3s infinite linear;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# Info Area Section
--------------------------------------------------------------*/

.main {
  padding: 50px 0;
}

.main h2 {
  margin: 50px auto 150px;
  font-size: 5rem;
  line-height: 1.285;
  color: #cfcfcf;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

.main h3 {
  margin: 0 0 46px;
  font-size: 4rem;
  line-height: 1.285;
  font-weight: 600;
  margin-bottom: -65px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

.main .row-paddings-top{
  padding-top: 200px;
}

.main .row-paddings-top img{
  margin-left: -60px;
}

span.blue-under {
  border-bottom: 3px solid #c5dbef;
  font-weight: 600;
}

.main p.style-2{
 color: #575757;
 font-weight: 400;
 font-size: 1.4em;
}

.main p.style-1{
  font-weight: 400;
  font-size: 1.8em;
}

.main p.style-1 b{
  color:#575757;
}

.main p{
  color: #878f94;
}

a.read-more {
  float: right;
  margin-top: 50px;
  font-weight: 600;
  font-size: 1.5em;
  color: #575757;
  border-bottom: 5px solid #8ec9df;
  padding-bottom: 5px;
  cursor: pointer;
}

a.read-more:hover,
a.read-more:focus{
  color: #8ec9df;
  border-bottom: 5px solid #575757;
}

.buy-tds {
  margin: .375rem;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  padding: .8rem 3rem;
  font-size: 0.9em;
  color: #fff;
  /*background-color: #33b5e5;*/
  background-color: #048edd;
}

.buy-tds:hover, .btn:focus, .btn:active {
  outline: 0;
  color: #fff;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

/* Faucets */
.faucet-intro-text {
  margin-bottom: 70px;
  display: none;
}

.faucet-item-img {
  background: #fff;
  padding: 45px;
  margin-bottom: 25px;
}

.faucet-item-img:hover,
.faucet-item-img:focus{
  opacity: 0.6;
  cursor: pointer;
}

.faucet-item-img img {
  display: block;
  margin: 0 auto;
}

.faucet-item {
  padding-top: 10px;
}

.faucet-item p.faucet-title{
  color: #575757;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.faucet-item p.faucet-title span{
  float: right;
  color: #000;
  font-size: 0.8em;
  margin-top: 2px;
}

.faucet-item a.read-more{font-size: 1em;}
.faucet-wrap {
  padding: 0px 35px;
}

.faucet-buy-buttons-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.faucet-buy-buttons-div .buy-tds{
  margin-bottom: 20px;
}

@media (max-width: 1024px){
  .faucet-wrap {
      padding: 0px 5px;
  }
}

@media (min-width: 768px){
  .faucet-wrap {
    margin-bottom: 70px;
  }
}

/*--------------------------------------------------------------
# Eurofins test Section
--------------------------------------------------------------*/

section .main.eurofins-test{padding: 0px;}

.eurofins-test img{
  width: 140px;
  margin: 20px auto 15px;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.eurofins-test a{
  cursor: pointer;
}

.eurofins-test a h4:hover,
.eurofins-test a h4:focus{
  color:#0490dd;
}

.eurofins-test a:hover img, .eurofins-test a:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.eurofins-test p{
  color: #333;
}

.eurofins-test a:hover p, .eurofins-test a:focus p {
  color: #a5a5a5;
}

.eurofins-test .style-2{
  padding-top: 30px;
}

.eurofins-test hr{
  clear: both;
  width: 100%;
  margin: 40px auto;
}

/*--------------------------------------------------------------
# Filter preview scroll Section
--------------------------------------------------------------*/
.filter-width{
   min-width: 50%;
}

.filter-titles{
  color: #737373;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.2em;
}

.filter-icons{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-direction: row;
}

.filter-icons svg{
  overflow: hidden;
  max-width: 100%;
}

#filter-changing .container{
  width: 1500px;
}

#filter-changing .container .text_wrapper p{
  color: #575757;
  font-size: 1.1em;
}

.filter-text-info {
  padding-top: 100px;
}

.section-width {
  margin-top: 100px;
  width: 70%;
  margin-bottom: 100vh;
}

.section-width:last-child {
  margin-bottom: 10vh;
}

.section-width p{
  font-size: 1.1em;
}

p.filter-features {
  border-left: 5px solid #8dc9df;
  padding-left: 8px;
  margin-bottom: 5px;
}

.filter-icons svg text{
  font-family: inherit;
}

.text_wrapper a.read-more{
  margin-top: 70px;
  font-size: 1.4em;
}

/*--------------------------------------------------------------
# Filter info and outsidebox Section
--------------------------------------------------------------*/

.padding-section {
  width: 90%;
  margin: 0 auto;
  background: #f6f6f6;
  background-color: transparent;
  padding-top: 100px;
}

.padding-section img{
  margin: 0 auto;
}

.additional-paddings{
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
}

.no-padding-top{
  padding-top: 0px;
}

.gray-bg{
  background: #f6f6f6;
}

.two-boxes img{
  width: 100%;
}

ul.ul-info-list {
  padding: 0px;
  list-style: none;
}

ul.ul-info-list li {
  display: table;
  border-bottom: 1px solid #e1e1e1;
  line-height: 40px;
  color: #a4abaf;
}

.img-box-container{
  position: relative;
  cursor: pointer;
}

.box-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #8ab9e0b8;
}

.img-box-container:hover .box-overlay {
  opacity: 1;
}

.box-text {
  color: #fff;
  font-size: 2.8em;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

/*--------------------------------------------------------------
# Technical Specification page
--------------------------------------------------------------*/

.technical-top-info {
  padding-top: 130px;
  text-align: center;
}

.technical-top-info h1{
  font-size: 1.5em;
  color: #000;
}

.technical-top-info img{
  margin: 50px auto;
}

.with-borders{
  border-top: 1px solid #dedede;
  padding: 45px 0px;
}

#capacity{
  padding: 60px 0px 40px;
}

#capacity table{
  width: 70%;
  line-height: 1.7em;
}

#technical-parameter table{
  border: none;
  border-spacing: 5px;
  border-collapse: separate;
  width: 80%;
}

#technical-parameter table td{
  border: 1px solid #dedede;
  padding: 20px 40px;
  line-height: 1.8em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#technical-parameter table td span{color: #1696df;}
.specification-content p, table td{
  color: #575757;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}

#preparations span{
  color: #a9a9a9;
  font-size: 0.9em;
  padding-left: 20px;
}

img.img-responsive.download-pdf {
    width: 100px;
    margin: 10% auto;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Learn More page
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 10%;
}

#intro .intro-info h2 {
  margin-bottom: 40px;
  font-size: 65px;
}

#intro .intro-info h2 span {
  color: #3b70a9;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services{
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  transition: 0.5s;
  color: #fff;
  background: #0765c7;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  font-size: 1.5rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 0;
  -webkit-border-radius: .125rem;
  -moz-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  margin-bottom: 10px;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-get-started:focus,
#intro .intro-info .btn-services:hover,
#intro .intro-info .btn-services:focus{
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  outline: 0;
}

#rofacts ul.with-bulb, #water-filtes-type ul.with-bulb, #water-pollution ul.with-bulb {
  padding-left: 0px;
  list-style: none;
}

ul.with-bulb li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 25px;
}

ul.with-bulb li:before {
  position: absolute;
  top: -3px;
  left: 0;
  font-family: FontAwesome;
  content: "\f0eb";
  color: #000;
  font-size: 20px;
}

#water-filtes-type ul.with-bulb li:before{
  content: "\f043";
}

/* Sections Header text
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  text-align: center;
  position: relative;
}

.section-header h4 {
  font-size: 20px;
  padding-bottom: 60px;
  text-align: center;
  margin-top: 30px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f5f8fd;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h3{margin-bottom: 15px; }

#about .about-content p{font-size: 20px;}

.subtitle-classic {
  font-size: 11px;
  line-height: 2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .3em;
}

.subtitle-classic+h2 {
  margin-top: 35px;
  font-size: 40px;
  line-height: 1.25;
}

.d-md-block {
  display: block!important;
}

.cube-classic-wrap {
  position: relative;
  z-index: 1;
}

.cube-classic {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 250px;
  height: 250px;
  z-index: -1;
  margin-bottom: -22px;
  margin-left: -22px;
}

@media (min-width: 1200px){
  .cube-classic {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  }
}

.cube-classic-1 {
  top: 26%;
  right: 12%;
}

.cube-classic>* {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 22px;
  margin-left: 22px;
}

.cube-classic-item {
  display: block;
  width: 3px;
  height: 3px;
  background: #ccc;
  transform: none;
}

.text-primary {
  color: #3b70a9!important;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto 40px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  height: 80%;
  /*height: 93%;*/
}

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 25px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 19px;
  color: #111;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #3b70a9;
}

#services .description {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: left;
}

.sistem-img{ padding-top: 80px;}

#services a .box{color: #000;}

/* Frequently Asked Questions Section
--------------------------------*/

#faq-list, #terms-list, #legal-list{
  padding: 0;
  list-style: none;
}

#faq-list li, #facts-list, #terms-list li, #legal-list li{
  border-bottom: 1px solid #ebebeb;
}

#faq-list li ul li{
  border-bottom: none;
  margin-bottom: 10px;
}

#faq-list a, #facts-list a, #terms-list a, #legal-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#faq-list i, #facts-list i, #terms-list i, #legal-list i{
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq-list p {
  margin-bottom: 20px;
}

#faq-list a.collapse, #facts-list a.collapse, #terms-list a.collapse, #legal-list a.collapse{
  color: #1bb1dc;
}

#faq-list a.collapsed, #facts-list a.collapsed, #terms-list a.collapsed, #legal-list a.collapsed{
  color: #000;
}

#faq-list a.collapsed i::before, #facts-list a.collapsed i::before, #terms-list a.collapsed i::before, #legal-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Features Section
--------------------------------*/

#features {
  padding: 80px 0 135px;
}

#features h4 {
  font-weight: 600;
  font-size: 24px;
}

#features ul{
  list-style: none;
  padding-left: 25px;
}

#features ul li {
  line-height: 25px;
}

#features .btn-type-1 {
  border: none;
  background-color: transparent;
  display: inline-block;
  margin-bottom: 0;
  padding: 13px 20px;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: #626262;
  transition: all .3s;
  letter-spacing: .1em;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 0px;
}

#features .btn-type-1__inner {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 10px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

#features .btn .icon {
  display: inline-block;
  padding-left: 14px;
  font-size: 17px;
  vertical-align: inherit;
}

#features .btn-type-1 .icon {
  margin-top: -4px;
}

#features .btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  content: '';
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
  background-size: 2em 100%;
}

#features .btn:hover,
#features .btn:focus{
  color: #000;
  outline: none;
  box-shadow: none;
}

#features .btn:hover:after {
  -webkit-transition: .7s linear;
  transition: .7s linear;
  background-position: 150% 0;
}

.row.feature-item {
  padding-top: 40px;
}

.the-filters {
  padding-top: 50px;
}

.the-filters .btn-type-1{margin: 30px auto 25px!important;}

/* Reverse osmosis info Section
--------------------------------*/

#about-services {
  padding: 80px 0 10px;
}

#about-services .about-content {
  padding-top: 40px;
}

#about-services .about-content h2 {
  font-weight: 600;
  color: #333;
}

#about-services .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about-services .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about-services .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about-services .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about-services .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* Water Services Section
--------------------------------*/

#water-services {
  background: transparent url(../images/w-services.jpg) no-repeat right top fixed;
  background-size: cover;
  height: 500px;
  text-align: center;
}

#water-services .overlay, #filtration .overlay{
  background: linear-gradient(rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.32) 95%);
  height: 100%;
  width: 100%;
  position: relative;
}

#water-services h2, #filtration  h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#more-services{
  padding: 10px 0;
}

#more-services .with-few-filters hr{
  clear: both;
  width: 100%;
  margin: 40px auto;
}

#more-services .with-few-filters img{
  padding-right: 30px;
}

ul.more-links li{
  line-height: 30px;
}

ul.more-links li a{
  color: #0765c7;
  cursor: pointer;
  word-break: break-all;
}

ul.more-links li a:hover,
ul.more-links li a:focus,
ul.more-links li a:active{
  text-decoration: underline;
}

.tap-img{
  padding-top: 50px;
  text-align: center;
}

.tap-img img{
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.2);
}

.bg-section {
  background-color: #efefef;
  padding: 25px 0px;
}

#facts-list{
  background: #048fdd2e;
  border: 1px solid #a3d3f1;
  padding: 0px 15px;
  cursor: pointer;
}

#facts-list:hover,
#facts-list:active,
#facts-list:focus{
  background: transparent;
  border-color: #d4d4d4;
}

#facts-list i{
  border: 2px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 17px;
}

/*--------------------------------------------------------------
# Water filters type page
--------------------------------------------------------------*/

section#water-filtes-type, #terms-and-conditions, #legal-for-users,
#water-pollution, #water-analysis-test, #electrolyzer{
  padding: 110px 0px 50px;
}

section#water-filtes-type ol li {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Water pollution page
--------------------------------------------------------------*/

#water-pollution ul.with-bulb li {
  padding-left: 35px;
}

#water-pollution ul.with-bulb li:before {
  content: "\f071";
}

/*--------------------------------------------------------------
# Useful tips and info page
--------------------------------------------------------------*/

#useful-tips-and-info {
  padding: 55px 0px 50px;
}

#useful-tips-and-info .bg2 {
  background: url(../images/BG2.png) top no-repeat;
  text-align: center;
  min-height: 500px;
  position: relative;
  background-size: 70%;
}

#useful-tips-and-info .bg2 p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 400;
}

#useful-tips-and-info h3{
  line-height: 35px;
}

/*--------------------------------------------------------------
# About us page
--------------------------------------------------------------*/

.about-us-page-top{
  padding-top: 100px;
  overflow: hidden;
  border-bottom: 20px solid #fafafa;
  text-align: center;
}

.about-us-page-top h2{
  margin: 50px auto 50px;
  color: #000;
}

.about-us-page-top h2 span{
  color: #054177;
  font-size: 0.7em;
}

.about-us-page {
  padding: 88px 0px;
}

.about-us-page p.aboutt{
  text-align: center;
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: 50px;
}

.about-us-page .comp-info p{
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Filters page
--------------------------------------------------------------*/

.filter-specification-content {
  border-top: 1px solid #dedede;
  padding: 30px 0px;
}

.filter-specification-content p{
  color: #575757;
  letter-spacing: 0.03em;
}

.filter-specification-content .p-b-90{
  padding-bottom: 50px;
  padding-top: 150px;
}

p.f-title{
  font-weight: 400;
  color: #000;
  font-size: 1.3em;
}

.filter-specification-content .img-responsive{padding-right: 25px;}

/*--------------------------------------------------------------
# 10 Healthy Benefits of water page
--------------------------------------------------------------*/

section.about-water {
  padding-top: 65px;
  background: url(../images/bottle3.png) 60% bottom no-repeat;
  min-height: 505px;
}

section.about-water h2{
  color: #222;
  font-size: 1.4em;
}

.ten-h{
  padding-left: 30px;
  position: relative;
  margin-top: 158px;
  margin-left: 50px;
}

.ten-h::before {
  content: "10";
  font-size: 6em;
  position: absolute;
  left: -23px;
  top: -33px;
  color: #6388aa;
}

.ten-h h2{ padding-left: 40px;}

section.about-water span{
  font-size: 2em;
  font-weight: 600;
  color: #058fdd;
}

.fact-div-img {
  padding: 55px;
  margin:0 auto;
}

section.about-water-facts {
  padding: 100px 0px;
}

.fact-div {
  padding: 10px;
  margin-bottom: 50px;
}

.fact-div h4 {
  color: #000;
  margin: 15px auto 10px;
  text-align: center;
  font-size: 1.2em;
}

.fact-div img {
  max-width: 45px;
  display: block;
  margin: 10px auto;
}

.no-img-div{
  width: 75%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Terms and conditions page
--------------------------------------------------------------*/

#terms-and-conditions h3, #legal-for-users h3{color:#000;}

#terms-list div.collapse a, #legal-for-users div.collapse a {
  display: inline;
  padding: 0px;
  font-size: inherit;
}

#terms-and-conditions table{
  margin: 20px auto;
  background: #e6e6e6;
  width: 100%;
}

#terms-and-conditions table td {
  color: #575757;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  padding: 8px;
  border: 1px solid #b5b0b0;
}

#terms-and-conditions .collapse ul li, #legal-for-users .collapse ul li{border:none;}
#legal-for-users ul{
  list-style: none;
  padding-left: 10px;
  padding-top: 10px;
}
#legal-for-users ul li{margin-bottom: 15px;}


/*--------------------------------------------------------------
# Promo Video Section
--------------------------------------------------------------*/
section#new-promo-video {
  padding-top: 50px;
}

/*--------------------------------------------------------------
# Electrolyzer page
--------------------------------------------------------------*/

.blue-topline{
  border-top: 1px solid #058fdd63;
  padding-top: 15px;
}

#electrolyzer .buy-tds{
  padding: .85rem 3.5em;
}

/* button read more on home page TDS pen and Electrolyzer section */
#tds-option {
  padding-top: 0px;
  padding-bottom: 85px;
}

#tds-option .read-more{
  font-size: 1em;
}

#tds-option p span{
  color: #333;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/

#footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  height: 1%;
  background: #f9f9f9 url("../images/drink-footer.png") right bottom no-repeat;
  background-size: contain;
}

.footer-holder {
  position: relative;
  width: 86%;
  margin: 0 auto;
}

.footer-holder .logo {
  margin: 0 0 23px;
  float: none;
  display: block;
  height: 85px;
}

.footer-info {
  padding-top: 120px;
}

.footer-navigation ul, .copyright ul{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.55;
}

.footer-navigation ul li, .copyright ul li {
  display: inline-block;
  padding-right: 20px;
}

.footer-navigation ul li a, .copyright ul li a{
  color: #575757;
  font-weight: 300;
}

.footer-navigation ul li a:hover,
.footer-navigation ul li a:focus,
.copyright ul li a:hover,
.copyright ul li a:focus{
  color: #058fdd;
  cursor: pointer;
}

.copyright {
  padding: 70px 0px 25px;
}

.copyright ul{
  font-size: 1.3rem;
}

/***** form style *****/

#sendmessage, #sendmessageDa {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.validation {
  margin-bottom: 14px;
  color: red;
}

.contact3-form {
  width: 100%;
}

.contact3-form-title {
  display: block;
  font-size: 1.3em;
  color: #565656;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 20px 0px;
}

.wrap-input3 {
  width: 100%;
  position: relative;
  border: 0px;
  border-bottom: 2px solid rgb(34, 154, 224);
  margin-bottom: 20px;
}

.input3 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #333;
  line-height: 1.2;
  padding: 0 5px;
  border: 0px;
}

.focus-input3 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  outline: none;
}

.focus-input3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #909090;
}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

/*---------------------------------------------*/
input.input3 {
  height: 35px;
}

textarea.input3 {
  min-height: 100px;
  padding-top: 13px;
  padding-bottom: 13px;
  resize: none;
}

input.input3:focus,
textarea.input3:focus{
  outline: none;
}

.input3:focus + .focus-input3::before {
  width: 100%;
  outline: none;
}

.has-val.input3 + .focus-input3::before {
  width: 100%;
  outline: none;
}

.container-contact3-form-btn {
  padding-top: 23px;
}

.contact3-form-btn {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  min-width: 120px;
  height: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  background: #048fdd;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border: 0px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.contact3-form-btn:hover,
.contact3-form-btn:focus {
  background: #54c1ff;
}

#sendmessage, #sendmessageDa {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.validation {
  margin-bottom: 14px;
  color: red;
  font-size: 0.75em;
}

/*--------------------------------------------------------------
# Modal info
--------------------------------------------------------------*/
.modal-dialog-centered{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 55%;
  -webkit-box-shadow: 0 2px 10px 3px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px 3px rgb(0 0 0 / 20%);
}

.closeModal {
  position: absolute;
  right: -15px;
  z-index: 2;
  font-size: 30px;
  line-height: 31px;
  color: #000;
  width: 35px;
  height: 35px;
  background: #10a5f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -15px;
  -webkit-appearance: none;
  border: none;
  line-height: 35px;
  padding: 0px;
}

.closeModal:hover,
.closeModal:focus,
.closeModal:active{
  outline: none;
}

.modal-image-side {
  background: transparent url(../images/Promo-popup-img.jpg) no-repeat center center;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
  border-left: 5px solid #0490dd;
  min-height: 450px;
  background-size: cover;
}

.info-modal-text{
  padding: 60px 30px 10px 15px;
}

.info-modal-text p{
  color: #444;
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 40px;
  margin-left: 3px;
}

.info-modal-text p.promo-modal-title{
  font-size: 1.5em;
  color: #000;
}

.info-modal-text p b{
  color: #048edd;
}

.info-modal-text .buy-tds{
  display: inline-block;
  margin-top: 20px;
  padding: 16px 45px;
  font-size: 18px;
  margin-bottom: 30px;
}

.modal-dialog-centered form{height: 100%;}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media only screen and (min-width: 2155px) {
 .modal-image-side{
    min-height: 570px;
 }

 .info-modal-text{padding: 60px 60px 10px 30px;}
}

@media only screen and (max-width: 1700px) {
 .modal-image-side{
    /*min-height: 100%;*/
    background: transparent url(../images/Promo-popup-img.jpg) no-repeat center right;
 }
 .modal-dialog-centered{ width: 65%;}
}

@media only screen and (max-width: 1330px) {
 .modal-dialog-centered{ width: 81%;}
}

@media only screen and (max-width: 1070px) {
  .info-modal-text p{
    margin-bottom: 20px;
  }
  .info-modal-text .buy-tds{ margin-top: 20px;}
}

@media only screen and (min-width: 1000px) {
  #testForDropdown{
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.175);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    position: absolute;
    top: 57px;
  }
  /* if username is to long */
  #testForHover li:first-child{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 70px;
    white-space: nowrap;
  }

}

@media only screen and (min-width: 767px) {
  a.read-more.btn-no-margin-top{
    margin-top: 0px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1670px) {
  .img_wrapper img {
    min-width: 100%;
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 1480px) {
  .filter-titles {
    font-size: 2em;
  }
  .section-width {
    margin-top: 60px;
    width: 85%;
  }
}

@media only screen and (max-width: 1200px) {
  #useful-tips-and-info .bg2 {
    min-height: 410px;
  }
  #useful-tips-and-info .bg2 p{font-size: 1.6em;}
}

@media only screen and (max-width: 1024px) {
  .text_wrapper{ padding-left: 0px!important;}
  .section-width {
    width: 95%;
  }
  .filter-titles {
    font-size: 1.6em;
  }
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px) {
    .visual {
      padding: 0;
    }

    .visual p.tagline {
      font-size: 3rem;
    }

    .visual .text-block {
      padding: 70px 0;
    }

    .visual:before {
      display: none;
    }

    .main .row-paddings-top {
      padding-top: 30px;
    }

    .footer-info {
      padding-top: 85px;
    }

    #technical-parameter table{ width: 100%;}
    .modal-image-side{background-position: center right;}
    .info-modal-text p.promo-modal-title {font-size: 1.3em;}
    .modal-dialog-centered {width: 90%;}
    .info-modal-text {padding: 60px 20px 10px 15px;}
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait) {
    .footer-info {
      padding-top: 15px;
    }

    .footer-holder{
      padding-bottom: 10px
    }

    .footer-navigation{
      margin-bottom: 30px;
    }

    .copyright{
      padding-bottom: 5px;
    }

    .copyrigh ul{
      margin-bottom: 5px;
    }
    .filter-specification-content .p-b-90 {
      padding-top: 30px;
    }
}

/* beacuse of the new link */
@media only screen
  and (max-width: 1200px)
  and (min-width: 992px) {
    #header .btn {margin: 7px 0 0 20px;}
    #nav li{margin: 0 0 0 15px;}
}

/* new mobile menu detection */
@media only screen and (max-width: 1000px) {

    li#back_to_wetality_li {
      display: block;
  }

  .back-to-wetality {
      display: none;
  }
  .testForMobileUl {
    justify-content: flex-start !important;
    margin: 0 -9999px !important;
    padding: 20px 9979px !important;
    background: #373737;
    color: #c7c7c7;
  }

  .testForMobileDropdown {
    display: flex !important;
    flex-direction: column;
    visibility: visible;
    opacity: 1;
    animation: fade 1s;
  }

  #testForDropdown form {
    background: rgba(51, 51, 51, 0.98);
  }

  #testForDropdown {
    align-items: unset !important;
    background-color: #373737 !important;
    padding-left: 15%;
  }

  .nav-opener {
    display: inline-block;
    vertical-align: top;
  }

  .opener-holder {
    float: right;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 25px;
    margin: 7px 25px 0;
  }

  .opener-holder:before {
    position: absolute;
    content: "";
    width: 1px;
    left: 0;
    top: 0;
    bottom: -6px;
    background: #f4f4f4;
  }

  #nav {
    overflow: visible;
    font-size: 1.8rem;
    line-height: 1.3333333;
    letter-spacing: 0;
    font-weight: normal;
  }

  #nav .nav-drop {
    display: block;
    clear: both;
    width: 100%;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  #nav .nav-drop > ul {
    display: block;
    padding: 0;
    text-align: left;
  }

  #nav .nav-drop > ul li {
    position: relative;
    margin: 0;
    padding: 0 35px;
    display: block;
    font-size: 1.8rem;
    line-height: 1.3333333;
    font-weight: normal;
  }

  #nav .nav-drop > ul li.active:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 4px;
    left: 0;
    background: #058fdd;
  }

  #nav .nav-drop > ul li a {
    display: block;
    margin: 0 -9999px;
    padding: 20px 9979px;
    border-bottom: 1px solid #3E3D3F;
    color: #fff;
    background: rgba(51, 51, 51, 0.98);
  }

  #nav .nav-drop > ul li a:active, #nav .nav-drop > ul li a:focus, #nav .nav-drop > ul li a:hover {
    text-decoration: none;
    color: #058fdd;
  }

  #nav .nav-drop > ul li.active {
    position: relative;
  }

  #nav .nav-drop > ul li.active a {
    color: #058fdd;
  }

  #nav .nav-drop .drop-holder {
    margin: 0 -9999px;
    padding: 20px 10014px;
    background: #333;
    text-align: left;
    color: #9a9a9a;
  }

  #nav .nav-drop .drop-holder span {
    display: block;
    margin: 0 0 20px;
  }

  #nav .nav-drop .drop-holder ul {
    padding: 0;
  }

  #nav .nav-drop .drop-holder ul li {
    padding: 0;
    margin: 0;
  }

  #nav .nav-drop .drop-holder ul li + li {
    margin: 0 0 0 20px;
  }

  #nav .nav-drop .drop-holder ul a {
    font-size: 3rem;
    color: #fff;
  }

  #nav .nav-drop .drop-holder ul a:hover {
    color: #058fdd;
  }

  .nav-active #nav .nav-drop {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 992px) {
  .main h3 {
    margin: 0 0 26px;
  }

  .main .content {
    padding: 5px 15px 0;
  }

  .main .col-md-4 h3:first-child {
    margin: 40px 0 26px;
  }

  .main .col-md-4:first-child h3 {
    margin: 0 0 26px;
  }

  .main .btn-holder {
    padding: 12px 0;
  }
  p.f-title{margin-top: 20px;}
  .main.two-boxes .img-box-container{
    margin-bottom: 15px;
  }
  #useful-tips-and-info .bg2 {
    min-height: 320px;
  }
  #useful-tips-and-info .bg2 p {
    font-size: 1.4em;
  }
  .mobile-not{display: none;}
  .faucet-item {
    padding-top: 5px;
  }
}

@media only screen
  and (max-width: 992px)
  and (min-width: 768px){
    #nav li, a.cart-link, .choose-language-div{
      margin-left: 15px;
    }
    #header .btn {
      margin-left: 20px;
    }
    #more-services img.img-fluid.ro-img{height: 220px;}
}

@media only screen and (min-width: 767px) {
    .evenvideo {margin-top: 25px;}
}

@media only screen and (max-width: 767px) {

  body{
    font-size: 1.5em;
    line-height: 1.4;
  }

  #header {
    padding: 0;
  }

  #header > .container {
    padding: 4px 0 0;
  }

  #header .logo {
    margin: -1px 0 0px 25px;
    height: 50px;
  }

  #header .btn {
    float: none;
    height: 37px;
    font-size: 1.4rem;
    line-height: 15px;
    margin: 0;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    letter-spacing: 1px;
    margin-left: 20px;
  }

  .visual p.tagline {
    line-height: 1.4;
    font-size: 1.7rem;
    margin-bottom: 5px;
  }

  .the-panel{display: block;}
  .main {
    padding: 20px 0;
  }

  .main .row-paddings-top {
    padding-top: 0px;
  }

  .main .row-paddings-top img {
    margin-left: auto;
  }

  .main p.style-1 {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .main p.style-2 {
    font-size: 1.2em;
    line-height: 1.5;
  }

  a.read-more {
    margin-top: 5px;
    font-size: 1.1em;
  }

  .text_wrapper a.read-more {
    font-size: 1.1em;
    margin-top: 10px;
  }

  #section2 h1 {
    font-size: 2.1em;
  }

  #section1 p {
    font-size: 1em;
    margin-bottom: 10px;
  }

  #section1 p.m-down {
    text-align: center;
    margin-bottom: 55px;
  }

  #wetality_machine_img {
    margin-top: 15px;
    float: none;
    height: 200px;
    display: block;
    margin: 20px auto;
  }

  .main h2 {
    margin: 0px auto 20px;
    font-size: 3rem;
    line-height: 1.2;
  }

  .main h3 {font-size: 2.3rem;}
  .additional-paddings {
    padding-left: 10px;
    padding-right: 10px;
  }
  .filter-slider .container-fluid.padding-section{padding-top: 10px;}
  .footer-info {
    padding-top: 40px;
  }
  .footer-navigation {
    margin-bottom: 20px;
  }
  .footer-navigation ul li, .copyright ul li, .img-box-container {
    margin-bottom: 10px;
  }

  #filter-changing .container-fluid{
    padding-left:0px;
    padding-right:0px;
  }

  .section-width{
    width:100%;
    background:#fff;
    padding:20px;
    margin-top: 0px;
  }

  .img_wrapper{
    min-height:255px;
    min-width:100%;
    background-color:#fff;
    z-index:1;
  }

  .img_wrapper img{
    width:300px!important;
    min-width:300px!important;
    max-width:300px!important;
    margin-left:auto!important;
  }

  .img_wrapper > div{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .filter-width{
	  min-width: 100%;
  }

  #text_wrapper{position:absolute;z-index:5;}

  #capacity table, #technical-parameter table {
    width: 100%;
    table-layout: fixed;
  }

  #technical-parameter table td span {
    word-break: break-all;
  }

  .padding-section{padding-top: 55px;}
  #intro .intro-info h2 {
    margin-bottom: 40px;
    font-size: 30px;
    margin-top: 50px;
  }
  .sistem-img{
    padding-top: 0px;
  }

  #about {
    padding: 25px 0;
  }

  #features {
    padding: 30px 0 10px;
  }

  #water-services h2, #filtration h2{
    width: 93%;
    color: #000;
    font-size: 1.6em;
  }

  .technical-top-info {padding-top: 85px;}
  .padding-section.no-padding-top {
    padding-top: 0px;
  }

  .subtitle-classic+h2 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 1.2;
  }

  #about .about-content {
    padding-top: 10px;
  }

  .section-header h4 {
    padding-bottom: 20px;
    line-height: 25px;
  }

  #water-services{height: 350px;}
  #technical-parameter table td {
    border: 1px solid #dedede;
    padding: 20px 30px;
    line-height: 1.3em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  #footer .contact3-form-btn{margin-bottom: 15px;}
  #services {padding: 25px 0 40px 0;}
  .section-header h3 {font-size: 32px;}
  .about-us-page-top {padding-top: 60px;}
  .about-us-page-top img, .machine-img{
    max-width: 100%;
    display: block;
    height: 200px;
    margin: 0 auto;
  }
  .about-us-page {padding: 50px 0px;}

  .filter-specification-content .p-b-90 {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  section.about-water{min-height: 205px;}
  .ten-h{margin-left: 30px;}
  section.about-water-facts {padding: 35px 0px;}
  .fact-div {
    margin-bottom: 0px;
    text-align: center;
  }

  .choose-language-div{ margin-left: 20px;}
  .box-text{
    width: 90%;
    font-size: 1.5em;
  }

  .the-filters .btn-type-1, #features .btn-type-1  {
    margin-top: 0px!important;
  }

  section#water-filtes-type, #terms-and-conditions, #legal-for-users, #electrolyzer {
    padding: 80px 0px 25px;
  }

  #facts-list a{font-size: 1em;}
  img.img-fluid.ro-img {height: 160px;margin-top: -30px;}
  .about-water-facts .fact-div.no-img-div{width: 100%;}
  .footer-navigation h2{font-size: 1.9em;}
  #useful-tips-and-info .bg2 {
    min-height: 260px;
  }
  #useful-tips-and-info .bg2 p {
    font-size: 1.2em;
  }
  .faucet-item-img{
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .faucet-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faucet-wrap {
    padding: 20px;
  }
  .modal-dialog-centered .row{margin: 0px;}
  .modal-image-side {
    height: 250px;
    min-height: 200px;
    background-size: cover;
  }
  .info-modal-text {padding: 25px 0px;}
  .info-modal-text .buy-tds {
    margin-top: 10px;
    padding: 11px 35px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .info-modal-text p.promo-modal-title {font-size: 1.3em;}
  .modal-dialog-centered {
    top: 45%;
    width: 85%;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #about {
    margin-top: 55px;
  }
  .modal-dialog-centered {
    top: 95%;
    width: 75%;
  }
}


@media only screen and (max-width: 500px) {
  #useful-tips-and-info .bg2 {
    min-height: 215px;
  }
}

@media only screen and (max-width: 479px) {
  body {
    min-width: 320px;
  }

  #header .btn {
    height: 30px;
    margin: 8px 0 0;
    font-size: 1.19rem;
    line-height: 24px;
    padding: 3px 15px;
    min-width: 0;
    margin-left: 15px;
  }

  .opener-holder {
    margin: 7px 10px;
    padding: 0 0 0 10px;
  }

  .visual .bg-stretch {
    max-width: 100%;
    bottom: 20px;
  }

  .visual .text-block {
    padding: 30px 0;
    width: 80%;
  }

  .visual p.tagline {
    line-height: 1.4;
    font-size: 2rem;
    margin-bottom: 0px;
  }

  #nav .nav-drop > ul li.active:before {
    top: 15px;
    bottom: 15px; }

  .footer-holder {
    padding: 20px 0;
  }

  #technical-parameter table td {
    padding: 17px 20px;
  }

  .g-recaptcha{
    transform: scale(0.77);
    -webkit-transform: scale(0.93);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  #header .logo {
    margin: 5px 0 0px 8px;
    height: 37px;
  }

  .language-flags, a.dropdown-item img {
    width: 23px;
  }

  .choose-language-div {
    margin-left: 15px;
    padding-top: 12px;
  }

  a.cart-link svg {
    width: 15px;
    padding-top: 16px;
  }

  .faucet-wrap {
    padding: 20px 5px;
  }
}

@media only screen and (max-width: 350px) {
  .modal-dialog-centered {
    top: 58%;
    width: 87%;
  }
  .info-modal-text {
    padding: 25px 0px 0px;
  }
  .info-modal-text p {
    font-size: 1em;
    margin-bottom: 12px;
  }
  .info-modal-text p.promo-modal-title {
    font-size: 1.2em;
  }
}
