/* Footer */
.footer {
  font-size: 14px;
  color: #fff;
  background-color: #333;
}

.footer a,
.footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #999;
}

.menu-footer-container {
  margin-bottom: 20px;
}

.menu-footer {
  margin: 0;
}

.menu-footer li {
  list-style: none;
}

.menu-footer > li {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.menu-footer > li > a {
  padding-bottom: 20px;
  font-family: 'latobold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.menu-footer li .sub-menu {
  padding: 0;
}

.footer .social-media-links a {
  display: inline-block;
  margin-right: 20px;
}

.footer .social-media-links img {
  width: auto;
  height: 20px !important;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .menu-footer > li {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer .social-media-links {
    margin: 25px 0;
  }
}
/* End Footer */

/* Page Header */
.ecowater-header .text-center *:last-child {
  margin-bottom: 0;
}
/* End Page Header */

/* Testimonials */
.testimonials {
  background-image: url('../images/testimonials/testimonial-back.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}

@media(min-width: 992px) {
  .testimonials {
    height: 550px;
  }
}

@media(min-width: 1200px) {
  .testimonials {
    height: 500px;
  }
}

.testimonials .item {
  text-align: center;
}

.testimonials .item p {
  font-size: 20px;
  line-height: 40px;
}

.testimonials .item .left-quote {
  position: relative;
  top: -3px;
  margin-right: 20px;
}

.testimonials .item .right-quote {
  margin-left: 20px;
}

.testimonials .item span {
  font-family: 'latolight', sans-serif;
  color: #002c69;
}

.testimonials .carousel-indicators {
  margin-bottom: 0;
}

.testimonials .carousel-indicators li {
  background-color: #d1d1d1;
}

.testimonials .carousel-indicators .active {
  background-color: #fff;
  border-color: #000;
}

.testimonial-bubble {
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 10px;
}

.testimonial-bubble > .arrow,
.testimonial-bubble > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.testimonial-bubble > .arrow {
  border-width: 11px;
}

.testimonial-bubble > .arrow:after {
  border-width: 10px;
  content: "";
}

.testimonial-bubble > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #ccc;
  border-bottom-width: 0;
}

.testimonial-bubble > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}
/* End Testimonials */

/* Media Object helper */
.media-object-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
/* End Media Object helper */

/* Water Quiz */
.row-question .image-col {
  padding-bottom: 60px;
}

#water-quiz .image-col table .img-responsive {
  display: inline-block;
}

@media (min-width: 767px) {
  .row-question .image-col {
    padding-bottom: 0;
  }
  .row-question .image-col img {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    display: block;
    text-align: center;
    left: 50%;
    padding: 0 15px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -mox-transform: translate(-50%, -50%);
  }
}
/* End Water Quiz */

/* Pro Locator */
.pro-locator {
  background-image: url('../images/pro-locator/locator-background.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.pro-locator form,
.pro-locator .form-control,
.pro-locator .input-group-addon {
  height: 80px;
  font-weight: normal;
  color: #fff;
  background-color: #003977;
  border: 0;
}

.pro-locator .input-group-addon {
  padding-top: 13px;
  padding-bottom: 7px;
  font-size: 14px;
  border-right: solid 1px #01214d;
}

.pro-locator .pressed {
  background-color: #0dbbb6;
  box-shadow: 0 0 10px rgba(0,0,0,0.4) inset;
}

.pro-locator .input-group-addon label {
  margin: 0;
}

.pro-locator .input-group-addon img {
  margin: 0 0 5px 0;
}

.pro-locator .input-group-addon input {
  display: none;
}

.pro-locator .input-group-btn .btn {
  height: 80px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: -1px;
}

.pro-locator label {
  font-family: 'latoregular';
  color: #fff;
}

.pro-locator .arrow-up {
  position: absolute;
  top: -30px;
  right: 10%;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #003977;
  border-left: 30px solid transparent;
}

.pro-locator .row-dealer {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}

.pro-locator .row-dealer:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

@media (max-width: 568px) {
  .pro-locator form {
    height: auto;
  }

  .pro-locator .input-group {
    display: block;
  }

  .pro-locator .input-group-addon {
    width: 50%;
    display: inline-block;
    float: left;
  }
  .pro-locator input[type=text] {
    width: 65%;
    float: left;
  }
  .pro-locator .input-group-btn {
    width: 35%;
    float: left;
  }
  .pro-locator .input-group-btn .btn {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
/* End Pro Locator */

/* Featured Water Problems */
.water-problems .col-md-3 {
  border-right: solid 1px #ccc;
}

.water-problems .col-md-3:last-child {
  border-right: 0;
}
/* End Featured Water Problems */

/* Diagnose Your Water */
.diagnose-your-water .ecowater-breadcrumb {
  display: none;
}

.clear-water {
  position: relative;
  z-index: -1;
}

@media (min-width: 992px) {
  .diagnose-your-water .header {
    padding-top: 180px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.row-water-issues {
  text-align: center;
}

.row-water-issues h3 {
  text-transform: none;
}

.row-water-issues .img-responsive {
  display: inline-block;
}

.diagnose-your-water .popover {
  color: #fff;
  background-color: #009999;
  border: 0;
}

.diagnose-your-water .popover .popover-title {
  padding-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}

.diagnose-your-water .popover .popover-content {
  padding-top: 0;
}

.diagnose-your-water .top > .arrow {
  border-top-color: #009999;
}
.diagnose-your-water .top > .arrow:after {
  border-top-color: #009999;
}

@media (max-width: 768px) {
  .diagnose-your-water .header {
    background-image: none !important;
  }

  .diagnose-your-water .popover {
    display: none !important;
  }

  .diagnose-your-water .row-water-issues h3 {
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }

  .diagnose-your-water .row-water-issues .selected h3 {
    color: #fff;
    background-color: #002c69;
  }
}
/* Diagnose Your Water */

/* History */
.history .ecowater-breadcrumb {
  display: none;
}


.carousel-timeline .carousel-inner,
.carousel-timeline .carousel-inner .item {
  height: 680px;
}

.carousel-timeline .carousel-inner .item {
  padding-top: 50px;
  background-position: top center;
  background-size: cover;
}

.carousel-timeline .carousel-inner h2,
.carousel-timeline .carousel-inner h3,
.carousel-timeline .carousel-inner h4,
.carousel-timeline .carousel-inner h5 {
  color: #002c69;
}

@media (min-width: 992px) {

  .carousel-timeline .carousel-inner .item {
    padding-top: 230px;
  }

  .carousel-timeline .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin: 0;
    background-color: #0dbbb6;
  }

  .carousel-timeline .carousel-indicators li,
  .carousel-timeline .carousel-indicators .active {
    width: auto;
    height: auto;
    padding: 25px;
    margin: 0;
    color: #fff;
    text-indent: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }

  .carousel-timeline .carousel-indicators .active {
    color: #002c69;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
/* End History */

/* News Post */
.container-post-single {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .container-post-single{
    padding-top: 180px;
  }
}

/* End News Post */
