@import "font-awesome.min.css";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'Hortensia';
  src: url('../fonts/Hortensia.eot?#iefix') format('embedded-opentype'), url('../fonts/Hortensia.woff') format('woff'), url('../fonts/Hortensia.ttf') format('truetype'), url('../fonts/Hortensia.svg#Hortensia') format('svg');
  font-weight: normal;
  font-style: normal;
}
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-size: 16px;
  font-family: 'Montseratt', sans-serif !important;
  color: #000;
}
.container-fluid {
  position: relative;
  margin: 0 auto;
  max-width: 1230px;
}
.container-min {
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .container-min {
    max-width: 100%;
  }
}
.header {
  padding-top: 50px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .header {
    text-align: center;
    padding: 40px 0 0 0;
  }
}
.intro-inner {
  min-height: 960px;
  position: relative;
}
.intro-text {
  text-align: center;
  float: left;
  position: relative;
  z-index: 200;
  padding-top: 165px;
}
.intro-text b {
  display: block;
  color: #3eb5f1;
  font-weight: normal;
  font-size: 90px;
}
.intro-text span {
  display: block;
  font-weight: bold;
  font-size: 36px;
}
.pump {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  text-align: center;
}
.pump span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .pump {
    left: 30%;
    transform: none;
  }
  .pump span {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .pump {
    left: 19%;
    transform: none;
  }
  .pump span {
    display: none;
  }
}
.intro-bottom-title {
  display: none;
}
@media only screen and (max-width: 767px) {
  .intro-bottom-title {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
  }
}
.quality {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
}
@media only screen and (max-width: 767px) {
  .quality {
    display: none;
  }
}
.intro2 {
  margin-top: 100px;
  padding: 100px 0;
  background: #29598c;
  border-top: 5px solid #3eb5f1;
}
@media only screen and (max-width: 1025px) {
  .intro2 .col-l,
  .intro2 .col-r {
    display: block;
    width: 100%;
    float: none;
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .intro2 {
    padding: 60px 0;
    margin-top: 60px;
    margin-top: 30px;
  }
}
.available {
  font-weight: bold;
  font-size: 24px;
}
.about {
  color: #fff;
}
.about h1 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 36px;
}
.about p {
  font-size: 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 1025px) {
  .about p {
    font-size: 18px;
  }
}
.pump-info {
  border: 1px solid #fff;
  width: 285px;
}
.pump-info img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .pump-info {
    width: 100%;
  }
  .pump-info .pump-thumb {
    background: #fff;
    text-align: center;
  }
  .pump-info img {
    width: auto;
    display: inline-block;
    max-width: 100%;
  }
}
.pump-info-inner {
  padding: 25px 40px;
}
.pump-title {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.pump-subtitle {
  font-size: 14px;
  margin: 10px 0;
}
.pump-spec {
  font-size: 14px;
}
.pump-spec tr td {
  vertical-align: top;
}
.pump-spec tr td:first-child {
  padding-right: 30px;
}
.pump-spec tr td:last-child {
  color: #fff;
}
.pumps {
  display: flex;
  margin-top: 45px;
}
.pumps .pump-info:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .pumps .pump-info:first-child {
    margin-bottom: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pumps {
    display: block;
  }
}
.docs {
  padding-top: 300px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  .docs {
    padding-top: 60px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .docs {
    margin-left: 0;
    padding-top: 45px;
  }
}
.docs-title {
  font-size: 24px;
}
.docs-subtitle {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.docs-files {
  padding-left: 20px;
  padding-top: 5px;
}
.docs-file a {
  color: #fff !important;
  text-decoration: underline !important;
  font-size: 18px;
}
.docs-file a:hover {
  text-decoration: none !important;
}
.docs-file span {
  font-size: 18px;
}
.footer {
  background: #537eb3;
  border-top: 1px solid #3eb5f1;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .footer-inner {
    display: block;
    text-align: center;
    padding: 30px 0;
  }
}
.copyright {
  text-align: center;
}
.copyright b {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.logo2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .logo2 {
    margin: 30px 0;
  }
}
.questions {
  font-size: 14px;
  text-align: center;
}
.questions a {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 18px;
  color: #fff !important;
  display: block;
}
.questions a:hover {
  text-decoration: underline !important;
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
  font-style: italic;
}
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-style: italic;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .fancybox-skin {
    padding: 5px;
  }
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  background: #e13737 url('../img/mob-close.png') center center no-repeat;
  z-index: 8040;
}
.fancybox-close:hover {
  background-color: #c71e1e;
}
@media only screen and (max-width: 767px) {
  .fancybox-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow-x: hidden;
  margin: 0 !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.35);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow: hidden;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
