@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');
/*
 * CLEAN WATER TECHNOLOGIES
 * Version 1.01
 *29.May.2017
 *Author: Qarau
 */
.regular {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.bold {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.medium {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.light {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
/*****COLORS*****/
.text-white {
  color: #ffffff;
}
/*@import "mixins";*/
/* PAGE LAYOUT 
@import "posts-comments";
@import "footer";
*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://cleanwaterfiji.com/img/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
body {
  background-color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
p {
  font-size: 1.2em;
  hyphens: none;
  font-family: 'Raleway', sans-serif;
}
a,
.btn,
button {
  outline: none;
}
.affix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10 !important;
}
.btn-default {
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding: 15px;
  transition: all 0.5s;
}
.image-bg-fluid-height,
.image-bg-fixed-height {
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.image-bg-fluid-height {
  background: url('../img/home-bg.jpg') no-repeat center center scroll;
  padding: 100px 0;
  height: 100%;
}
.image-bg-fixed-height {
  background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
  height: 450px;
}
.img-center {
  margin: 0 auto;
}
/***********MODAL**********/
/* .modal-fullscreen */
.modal-fullscreen {
  background: #fff;
}
.modal-fullscreen h5 {
  font-size: 1.5em;
  font-weight: 600;
}
.modal-fullscreen .modal-content {
  background: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 20px;
}
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.modal-fullscreen .modal-footer {
  border-top: none;
}
.modal-title {
  font-size: 1.7em;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
button.close {
  background: #1c97a0;
  padding: 5px;
  opacity: 1;
  border-radius: 30px;
  text-shadow: none;
  width: 65px;
  color: #ffffff;
}
#timeline {
  list-style: none;
  position: relative;
}
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #97daf7;
  left: 50%;
  margin-left: -1.5px;
}
#timeline .clearFix {
  clear: both;
  height: 0;
}
#timeline .timeline-badge {
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  background-color: #97daf7;
  z-index: 8;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
  font-size: 1.3em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: .7em;
  position: relative;
  top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
  color: #4997cd;
  font-size: 1.3em;
  top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 1.7em;
  top: -16px;
  margin-left: -18px;
}
#timeline .timeline-badge.timeline-future-movement a span {
  color: #4997cd;
  font-size: .9em;
  top: 2px;
  left: 1px;
}
#timeline .timeline-movement {
  position: relative;
}
#timeline .timeline-movement .timeline-item {
  padding: 0;
  margin-bottom: 30px;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
  border: 1px solid #97daf7;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #666666;
  padding: 10px;
  position: relative;
  min-height: 130px;
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
  text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: #666666;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
  color: #468c1f;
  font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
  color: #4997cd;
  font-size: 1.3em;
}
#timeline .timeline-movement .timeline-right:after {
  position: absolute;
  top: 10px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #97daf7;
  border-left: 0 solid #97daf7;
  border-bottom: 14px solid transparent;
  content: " ";
}
#timeline .timeline-movement .timeline-left:after {
  position: absolute;
  top: 10px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #97daf7;
  border-right: 0 solid #97daf7;
  border-bottom: 14px solid transparent;
  content: " ";
}
#timeline .timeline-movement.timeline-movement-top {
  height: 60px;
}
/***********NAV BAR***********/
.navbar {
  background: #fff;
  border-top: 1px solid #97daf7;
  border-bottom: 1px solid #97daf7;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 1.4em;
}
.navbar .navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar .navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar .navbar-nav > li > a {
  padding: 15px 25px;
  color: #1c97a0;
}
.navbar .navbar-nav > li > a:hover {
  color: #97daf7;
  background-color: transparent;
}
.navbar .navbar-nav > li.active a {
  color: #ffffff;
  background: #1c97a0;
}
.navbar-toggle {
  background-color: #c1e9fa;
}
.navbar-toggle > .icon-bar {
  background-color: #1c97a0;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs li.active > a,
.nav-tabs > li.active > a:hover {
  background-color: #97daf7;
  color: #333333;
}
.nav-tabs a {
  color: #1c97a0;
  font-weight: bold;
}
.nav-tabs > li > a:hover {
  background-color: #1c97a0;
  color: #ffffff;
}
/**********HOME HEADER*********/
header {
  min-height: 160px;
  padding: 10px 0;
  background: #ffffff;
}
#home-header {
  height: 560px;
  color: #ffffff;
  position: relative;
  margin-top: 15px;
}
#home-header h1 {
  padding: 20px;
  font-weight: 400;
}
#home-header .jumbotron {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
}
/**********STATS************/
#stats {
  background-color: #e0f4fd;
  margin-top: 15px;
}
#stats p {
  padding: 0 40px;
}
#stats .section-heading {
  font-size: 3.8em;
}
.stats {
  background-color: #d5f0fc;
  display: block;
  padding: 30px;
  min-height: 290px;
  margin-top: -80px;
}
.stats-2 {
  background-color: #c1e9fa;
}
.stats-pad {
  padding: 0 60px;
}
/************About***********/
#about-us {
  background-color: #fff;
  padding: 60px;
}
/*********OUR PRODUCTS*********/
#our-products {
  background-color: #e0f4fd;
}
#our-products img {
  margin-top: -65px;
}
#our-products .text-right {
  margin-top: 40px;
  padding: 30px 0 0 40px;
}
.light-mid-blue {
  background-color: #e0f4fd;
}
.tab-pane {
  padding: 0 20px 40px 0;
}
/************FAQS**************/
#faqs {
  min-height: 420px;
  background: url('../img/child-with-water.jpg') no-repeat center center scroll;
  position: relative;
}
#faqs .jumbotron {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
}
/****ACCORDION STYLES*****/
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
  display: block;
  text-decoration: none;
  padding: 20px;
  background-color: #1c97a0;
  color: #ffffff;
  font-weight: 500;
}
.panel-title > a:hover {
  text-decoration: none;
  background-color: #97daf7;
  color: #333333;
}
.panel-title > a:active .ing {
  background-color: #97daf7;
  color: #333333;
}
.panel-default > .panel-heading {
  padding: 0;
}
#order-process {
  padding-bottom: 60px;
}
/*Vertical Steps*/
.list-group.vertical-steps {
  padding-left: 10px;
}
.list-group.vertical-steps .list-group-item {
  border: none;
  border-left: 3px solid #ece5dd;
  box-sizing: border-box;
  border-radius: 0;
  counter-increment: step-counter;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-top: 0px;
}
.list-group.vertical-steps .list-group-item.active {
  background-color: transparent;
  color: inherit;
}
.list-group.vertical-steps .list-group-item:last-child {
  border-left: 3px solid transparent;
  padding-bottom: 0;
}
.list-group.vertical-steps .list-group-item::before {
  border-radius: 50%;
  background-color: #ece5dd;
  color: #555;
  content: counter(step-counter);
  display: inline-block;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  width: 25px;
}
.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
  display: block;
  overflow: hidden;
  padding-top: 2px;
}
/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
  background-color: #0052c2;
  color: #fff;
}
.list-group.vertical-steps .list-group-item.completed {
  border-left: 3px solid #0052c2;
}
.list-group.vertical-steps .list-group-item.completed::before {
  background-color: #0052c2;
  color: #fff;
}
.list-group.vertical-steps .list-group-item.completed:last-child {
  border-left: 3px solid transparent;
}
/**********CONTACT FORM********/
#contact {
  min-height: 400px;
}
.header {
  color: #36A0FF;
  font-size: 27px;
  padding: 10px;
}
.bigicon {
  font-size: 35px;
  color: #36A0FF;
}
.form-control {
  height: 73px;
  border: 1px solid #22acbe;
  font-size: 16px;
}
textarea.form-control {
  height: 250px;
}
/**********NEWS*********/
#news {
  border-top: 1px solid #22acbe;
  border-bottom: 1px solid #22acbe;
}
#news .section-heading {
  margin: 0 10px 20px;
  color: #1c97a0;
}
#news h2 {
  background-color: #c1e9fa;
  padding: 15px;
  color: #666;
  margin: 0 0 20px 5px;
}
.post-img {
  border: 1px solid #22acbe;
  margin-bottom: 15px;
}
/**********SECTION STYLES********/
.section-pad {
  padding: 40px 60px 60px;
}
section {
  padding: 0;
  background-color: #ffffff;
}
.section-heading {
  margin: 30px 0;
  font-size: 3.1em;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.section-lead {
  margin: 30px 0;
}
.section-paragraph {
  margin: 30px 0;
}
/**********FOOTER*************/
footer {
  margin: 0;
  background-color: #ffffff;
}
footer .row {
  padding: 20px;
}
footer small {
  font-size: .7em;
}
footer a {
  color: #333;
}
footer a:hover {
  text-decoration: none;
  color: #333;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
Min-Width: Refers to everything greater than or equal to the amount given. 
Max-Width: Refers to everything less than or equal to the amount given.
==================================================*/
/*==========  Mobile First Method  ==========*/
/* TARGETING TABLETS*/
@media screen and (max-width: 767px) and (min-width: 481px) {
  section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-heading {
    font-size: 2em;
  }
  #home-header h1 {
    font-size: 3.2em;
  }
  .navbar .navbar-nav > li > a {
    padding: 15px 12px;
  }
  #timeline:before {
    left: 0px;
    display: none;
  }
  #timeline .timeline-badge {
    display: none;
  }
  .timeline-movement .timeline-right:after,
  .timeline-movement .timeline-left:after {
    border: none !important;
  }
}
/* Custom, iPhone Retina */
@media screen and (max-width: 480px) and (min-width: 320px) {
  .h1,
  h1 {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-top: 10px;
  }
  .h2,
  h2 {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-top: 10px;
  }
  #contact-form h2 {
    font-size: 1.1em;
  }
  .navbar {
    display: none;
  }
  header {
    min-height: 120px;
  }
  header img {
    width: 260px;
  }
  .jumbotron {
    padding: 0 !important;
  }
  #home-header {
    height: 360px;
    margin: 0;
  }
  #home-header h1 {
    padding: 0;
    font-weight: 400;
    font-size: 1.8em;
  }
  #stats {
    margin: 0;
  }
  .stats {
    min-height: 290px;
    margin-top: 0;
  }
  .stats-pad {
    padding: 0;
  }
  .section-pad {
    padding: 30px 15px;
  }
  #about-us {
    padding: 30px 15px;
  }
  #our-products img {
    margin: 20px auto;
  }
  #our-products .text-right {
    text-align: center !important;
    padding: 0 15px;
  }
  .btn-group-lg > .btn,
  .btn-lg {
    padding: 10px;
    font-size: 0.9em;
  }
  #timeline:before {
    display: none;
  }
  #timeline .timeline-badge {
    display: none;
  }
  #timeline .timeline-movement .timeline-right:after,
  #timeline .timeline-movement .timeline-left:after {
    border: none;
  }
  #news .section-heading {
    margin: 20px 0;
    font-size: 2.1em;
    text-align: left !important;
  }
}
/*END QUERY*/