/***********General css**************/
body{
    background:#fff;
    color: #6f7274;
    font-size: 14px;
    font-family: "Encode Sans", sans-serif;
    line-height: 1.6;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    color: #555;
}
header{
    background: #67bbef;
    box-shadow: 0 1px 3px #ddd;
    padding: 10px 0px 0px 0px;
    border-top: 7px solid #0e77bb;
    margin-bottom: 1px;
}
section{
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.navbar{
    background-color: transparent;
    border: none;
}
.navbar .brand, .navbar .nav > li > a {
    color: #00337e;
    text-transform: uppercase;
}
.navbar .brand, .navbar .nav > li > a:hover {
    color: #fff;
}
.navbar-toggle{
    background: #0e77bb;
}
.navbar-toggle:hover{
    background: #00aeef;
}
.dropdown-menu{
    background: #f2fafc;
    color: #00337e;
}
.dropdown-menu > a{
    color: #00337e;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu >a:after {
    border-left-color:#fff;
 }
.dropdown-submenu:hover>a:after {
    border-left-color:#fff;
 }
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
} 
.navbar-default .navbar-nav .dropdown-menu > li > a {
     color: #00337e;
     font-weight: 400;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
     background-color: #07b2ef;
     color: #fff;
}
.icon-bar{
  background: #fff;
}
.popover {
  max-width:900px;
  width: auto;
}

#popover-content-logout > * {
  background-color:#ff0000 !important;
}
/********************************
 Body
********************************/
section{
  padding-bottom: 20px;
  margin-bottom: 10px;
} 
.breadcrumb{
   margin: 0px -10px 0px -10px;
   background: #fff;
   border-bottom: 1px dotted #eee;
   border-radius: 0px;
 }
 .breadcrumb a{
  color: #888;
 }
.home{
    margin: 0px 0px 20px 0px;
    padding-top: 2px;
    padding-bottom: 10px;
}
.slides{
    margin: 0px -10px 0px -10px;
    background: #fff;
}
.carousel-fade .carousel-inner > .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner > .item,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
}
.carousel-fade .carousel-inner > .item.active,
.carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
}
.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev,
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
    left: 0;
}
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right,
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    transform: translate3d(0, 0, 0);
}

/******Home page*****/
.hm-services, .hm-about{
  text-align: center;
}
.hm-about{
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.hm-services .holder{
  border: 1px solid #eee;
  padding: 10px;
  min-height: 240px;
  margin-bottom: 15px;
  box-shadow: 0 2px 7px #ddd;
}
.hm-services h3{
  font-size: 18px;
  border-top: 1px dotted #ddd;
  padding-top: 10px;
}
.hm-services .fa{
  color: #0082d6;
  font-size: 45px;
  padding: 25px;
  border: 2px solid #0082d6;
  border-radius: 100px;
}
#water{
  padding: 25px 35px 25px 35px;
}
#install{
  padding: 25px 30px 25px 30px;
}
.brands{
  margin-bottom: -25px;
}
.brands h3{
  margin-bottom: -20px;
  padding-top: 20px;
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}


.input-group-addon{
  background: #fff;
}
#contactform input{
  border-left: none;
}
.input-group{
  margin: 3px 0px 7px 5px;
}
form .btn{
    background: #0e77bb;
    color: #fff;
}
.btn:hover{
    color: #fff;
    background: #0e669c;
}
.page{
  padding: 10px;
}
.page-title{
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding: 10px 0px 10px 0px;
  color: #5fb8ef;
  font-weight: bold;
}
.page-title span{
  font-size: 22px;
}
label span{
  color: #ff0000;
}
#contactform .input-group-addon{
  color: #00aeef;
}
.contact{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 35px;
}
.contact-title{
  margin: 0px;
  padding: 0px;
}
#status{
  margin-top: 10px;
}
#status p{  
  padding: 5px;
}

/**********About us page***********/
.mv{
  padding: 5px;
  border: 1px solid #eee;
}
.mv h3{
  margin: 0px;
  margin-bottom: 5px;
  padding: 5px 0px 5px 0px;
  font-size: 21px;
  border-bottom: 1px dotted #eee;
}
blockquote{
  font-size: 14px;
}

/********************************************************
                 Product page
********************************************************/
.product-slide img{
  max-height: 350px;
  max-width: 350px;
  overflow: hidden;
  margin-top: 15px;
}
.product-details h1{
  font-size: 27px;
  color: #5fb8ef;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.product-details .description h3{
  font-size: 20px;
  border-bottom: 1px dotted #eee;
  padding-bottom: 5px;
}
.related .title,.contact-title{
  border-bottom: 1px solid #eee;
}
.related .title span,.contact-title span{
  font-size: 22px;
  border-bottom: 2px solid #d32103;
}
.social h3{
  font-size: 20px;
  border-bottom: 1px dotted #eee;
}

/********************
Products list details
*********************/
a:hover{
  text-decoration: none;
}
.sidemenu{
  margin-top: 20px;
}
.sidemenu ul{
  list-style: none;
}
.sidemenu ul li{
  padding: 7px 0px 7px 10px;
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ececec, #dadada) repeat scroll 0 0;
  border-top: 1px solid #ccc;
}
.sidemenu ul li:hover{
  background: rgba(1, 1, 1, 1) -moz-linear-gradient(center top , #dbdbdb, #cacaca) repeat scroll 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sidemenu ul li a{
  color: #555;
}
.product{
  padding: 6px;
  height: auto;
  min-height: 150px;
  margin-bottom: 15px;
}
.product div{
  border: 1px solid #eee;
}
.product:hover{
  box-shadow: 0 1px 5px #ddd;
}
.product-img img{
  margin: auto;
  display: block;
  overflow: hidden;
}
.product-title{
  border-top: 1px solid #eee;
  margin-top: 10px;
  text-align: center;
}
.product-title .product-name{
  font-size: 15px;
  margin-top: 7px;
  color: #777;
  display: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-title .price{
  color: #d32103;
  font-size: 14px;
  margin-top: -5px;
}
.product a:hover{
  text-decoration: none;
}
.unavailable{
  box-shadow: 0 1px 5px #ddd;
}
.unavailable h3{
  color: #4169e1;
  font-size: 18px;
}
.other{
  border-bottom: 1px dashed #ddd;
  margin-bottom: 25px;
}
.other h3{
  color: #444;
  font-size: 21px;
  padding: 10px 0px 0px 20px;
  margin: 0px;
}
.other-img{
  padding: 15px;
}


/********************************************************
                   Footer
********************************************************/
footer{
    background: #0082d6;
    margin-bottom: 0px;
    border-bottom: 7px solid #0e77bb;
}
footer *{
    color: #fff;
}
footer h4{
    font-family: "Opensans",sans-serif;
    padding-bottom: 5px;
    border-bottom: 1px solid #83d6ef;
}
footer .quick ul{
  list-style: none;
  padding-left: 10px;
}
footer .quick a li{
  width: 100%;
  padding: 3px 0px 3px 0px;
}
#footer-icons .fa{
    color: #fff;
    padding: 7px;
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.fa-facebook{
    background-color: #3b5998;
}
.fa-twitter{
    background-color: #00aced;
}
.fa-instagram{
    background-color: #fb3958;
}
.fa-linkedin{
    background-color: #007bb6;
}
.fa-google-plus{
    background-color: #dd4b39;
}
footer a:hover{
    text-decoration: none;
    color: #00aeef;
}
.btn .fa{
    color: #fff;
}
footer input[type="email"]{
  border: 2px solid #0e77bb;
}
.footer{
    margin-top:15px;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #7fcae8;
}
.footer a{
  color: #00337e;
  font-weight: bold;
}

/*****************************************************
    Media Queries
******************************************************/
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

@media screen and (min-width:1100px){
}
@media screen and (max-width:1099px){}
@media screen and (max-width:960px){}
@media screen and (max-width:800px){
  #footer-icons{
   border-bottom: 1px dotted #ccc;
  }
}
@media screen and (max-width:767px){ 
  body{
    text-align: justify;
  } 
  h1,h2,h3{
    text-align: left;
  }
  .navbar-nav,.navbar-default .navbar-brand{
     display: inline;
  }
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  .navbar{    
    display: none;
    text-align: left;
  }
  .footer-bottom{
    text-align: center;
  }
}
@media screen and (max-width:640px){
  header{    
    padding-bottom: 10px;
  }
  #logo{
    height: 50px;
    margin-left: -20px;
  } 
  section{
    margin-top: 13px;
  }
  .home{
    border-radius: 0px;
  }
  .home,.home-products,.page{
    margin-left: -13px;
    margin-right: -13px;
  }
  .page{
    margin-top: 0px;
  }
  .aside{
    margin: 20px 0px 0px -10px;
    width: 106%;
  }
  .links{
    padding-bottom: 100px;
 }
}
@media screen and (max-width:480px){}
@media screen and (max-width:320px){}