
img:not([src]):not([srcset]) {
    visibility: hidden;
}
/* 
Fixes Firefox anomaly during images load time 
*/
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

 .btn:hover {
  
  color: red !important;
}
.btn {
  outline: none!important; // this one

   box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
}
.btn:focus {outline: none!important;border: none!important; box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;}
.btn:active {
outline: none !important;
border: none !important;
 box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
 color: red !important;
}

h2{
font-family: "Cabin", Helvetica Neue, sans-serif !important;
  color: #337ab7;
}

.PlumbingInformation img{
  width: 100%;
}
h5{
  margin-top: 0px;
  margin-bottom: 3px;
  padding-top: 0px;
   font-family: "Cabin", Helvetica Neue, sans-serif !important;
   font-size: 18px;
}

.h2Number2{
  text-align: right;
}
#Header{
  display:none;
}
.PlumbingInformation img{
  

padding: 5px;

}
.PlumbingInformation img:hover{
margin-top: 2px;
box-shadow: 2px 3px 8px 2px rgba(0, 0, 0, 0.44);
transform: scale(1.02);
transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 0px) and (max-width:401px) and (orientation:portrait) {
  .Container-Desktop{
  display:none !important;
  }
  #MobileImageLeft {
    margin-bottom: 6px; 
  }
  #MobileImageRight {
    margin-bottom: 6px; 
  }
  
   p{
    font-size: 9px;
    line-height: 12px;
  }
 
  h2{
    font-size: 14px;
    text-align: center;
  }
  .h2Number2{
  text-align: center;
  }
  .PlumbingInformation img{
  width: 60%;
  margin-left: 20%;
  }
  .PlumbingInformation img{
    margin-bottom: 5px;
  }
  .PlumbingInformation img{
  

  padding: 2px;
  
  }
  .PlumbingInformation img:hover{
  margin-top: 2px;
  box-shadow: 2px 3px 8px 2px rgba(0, 0, 0, 0.44);
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
  }
  .OnPageTabs:before { 
  display: block; 
  content: " "; 
  margin-top: -35px; 
  height: 35px; 
  visibility: hidden; 
  }
  h1{
  font-size: 18px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
  color:white!important;
 
  letter-spacing: 1px;
  padding-top: 0px;
  margin-top: 10px;
  }
  .PageNavigation{
  position: relative;
  padding-bottom: 10px;
  }
  .Title{
      position: relative;
  padding-bottom: 20px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
  }
  .PageNavigation ul{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
   .btn {
  border: none;
  outline: none;
  padding: 0px 0px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 8px;
  font-family: "Cabin", Helvetica Neue, sans-serif;
  background-color: transparent;
  color: black !important;

  }
  .PageNavigation ul{
      font-size: 7px;
  }
  .Title img{
  width: 100%;
  background-image: cover;
  position: absolute;
  left: 0px;
  top:-10px;
  height: 145px;
  padding-bottom: 10px;
  }
  .or-spacer {
  width: 100%;
  position: relative;
  padding-top: 95px;

  }

  .or-spacer span {
    width: 80%;
    height: 70px;
    position: absolute;
    bottom: 100%;
    top:15px;
    left: 10%;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 5px 7px 16px 5px rgba(0, 0, 0, 0.84);
    background: rgba(51,122,183,0.8)
     

  }

  .or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed white !important;
   
    text-align: center;
    line-height: 40px;
    font-style: normal;
   
  }
  h5{
  margin-top: 0px;
  margin-bottom: 3px;
  padding-top: 0px;
   font-family: "Cabin", Helvetica Neue, sans-serif !important;
   font-size: 12px;
  }
  .Aref a{
    display: inline-block;
    justify-content: center;
    font-size: 8px;
    text-decoration: none;
    color: black;
    line-height: 10px;
    padding-left: 15px;
    padding-right: 15px;
    

  }
  .Aref a:hover , .Aref a:focus{
    color: red !important;
  }
}
@media screen and (min-width: 0px) and (max-width:350px) and (orientation:portrait) {
  .Container-Desktop{
  display:none !important;

  }
  
  h1{
  font-size: 12px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
  color:white!important;
 
  letter-spacing: 1px;
  padding-top: 8px;
  margin-top: 10px;
  }

}
@media screen and (min-width: 401px) and (max-width:767px) and (orientation:portrait){
  .Container-Desktop{
  display:none !important;

  }
  #MobileImageLeft {
    width: 50% !important;
    padding-right: 2px;
    float: left;
    margin-right: 6px; 
    margin-bottom: 6px; 
  }
  #MobileImageRight {
    width: 50% !important;
    float: right;
    padding-left: 2px;
    margin-right: 6px; 
    margin-bottom: 6px; 
  }
  .PlumbingInformation img{
  
  margin-bottom: 5px;
  padding: 2px;
  

  }
  .PlumbingInformation img:hover{
  margin-top: 0px;
  box-shadow: 2px 3px 8px 2px rgba(0, 0, 0, 0.44);
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
  }
  h2{
    font-size: 19px;
  }
    p{
    font-size: 10px;
    line-height: 14px;
  }
    h5{
  margin-top: 0px;
  margin-bottom: 3px;
  padding-top: 0px;
   font-family: "Cabin", Helvetica Neue, sans-serif !important;
   font-size: 16px;
  }
 
  .OnPageTabs:before { 
  display: block; 
  content: " "; 
  margin-top: -35px; 
  height: 35px; 
  visibility: hidden; 
  }
  h1{
  font-size: 18px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
    color:white!important;
  letter-spacing: 1px;
  padding-top: 0px;
  margin-top: 10px;
  }
  .PageNavigation{
  position: relative;
  padding-bottom: 10px;
  }
  .Title{
      position: relative;
  padding-bottom: 20px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
  }
  .PageNavigation ul{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
   .btn {
  border: none;
  outline: none;
  padding: 0px 0px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 10px;
  font-family: "Cabin", Helvetica Neue, sans-serif;
  background-color: transparent;
  color: black !important;
  }
  .PageNavigation ul{
      font-size: 8px;
  }
  .Title img{
  width: 100%;
  background-image: cover;
  position: absolute;
  left: 0px;
  top:-10px;
  height: 145px;
  padding-bottom: 10px;
  }
  .or-spacer {
  width: 100%;
  position: relative;
  padding-top: 95px;

  }

  .or-spacer span {
    width: 80%;
    height: 70px;
    position: absolute;
    bottom: 100%;
    top:25px;
    left: 10%;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 5px 7px 16px 5px rgba(0, 0, 0, 0.84);
    background: rgba(51,122,183,0.8)


  }
  .or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed white !important;
    text-align: center;
    line-height: 40px;
    font-style: normal;
   
  }
  .Aref a{
    display: inline-block;
    justify-content: center;
    font-size: 8px;
    text-decoration: none;
    color: black;
    line-height: 10px;
    padding-left: 15px;
    padding-right: 15px;
    

  }
  .Aref a:hover , .Aref a:focus{
    color: red !important;
  }
  

}
@media screen and (min-width: 500px) and (max-width:768px) and (orientation:portrait){
  .Title img{
  width: 100%;
  background-image: cover;
  position: absolute;
  left: 0px;
  top:-10px;
  height: 175px;
  padding-bottom: 10px;
  }

  .or-spacer {
  width: 100%;
  position: relative;
  padding-top: 125px;

  }

  .or-spacer span {
    width: 80%;
    height: 100px;
    position: absolute;
    bottom: 100%;
    top:25px;
    left: 10%;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 5px 7px 16px 5px rgba(0, 0, 0, 0.84);
    background: rgba(51,122,183,0.8)


  }
  .or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed white !important;
    text-align: center;
    line-height: 40px;
    font-style: normal;
   
  }
  h1{
  font-size: 24px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
    color:white!important;
  letter-spacing: 1px;
  padding-top: 0px;
  margin-top: 22px;
  }
}
@media screen and (min-width: 650px) and (max-width:768px) and (orientation:portrait){
  .Title img{
  width: 100%;
  background-image: cover;
  position: absolute;
  left: 0px;
  top:-10px;
  height: 205px;
  padding-bottom: 10px;
  }
  .or-spacer {
  width: 100%;
  position: relative;
  padding-top: 155px;

  }

  .or-spacer span {
    width: 80%;
    height: 130px;
    position: absolute;
    bottom: 100%;
    top:25px;
    left: 10%;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 5px 7px 16px 5px rgba(0, 0, 0, 0.84);
    background: rgba(51,122,183,0.8)


  }
  .or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed white !important;
    text-align: center;
    line-height: 40px;
    font-style: normal;
   
  }
  h1{
  font-size: 32px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
    color:white!important;
  letter-spacing: 1px;
  padding-top: 0px;
  margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width:1000px) { 
  .Container-Mobile{
  display:none !important;

  }
     #MobileImageLeft {
    width: 50% !important;
    padding:2px; 
    float: left;
    margin-right: 20px; 
    margin-bottom: 12px; 
  }
  #MobileImageRight {
    width: 50% !important;
    float: right;
    padding:2px;
    margin-left: 20px;  
    margin-bottom: 12px;
  }
  h2{
    font-size: 19px;
  }
    p{
    font-size: 10px;
    line-height: 13px;
  }
 
  .OnPageTabs:before { 
  display: block; 
  content: " "; 
  margin-top: -35px; 
  height: 35px; 
  visibility: hidden; 
  }
  
  .PageNavigation{
  position: relative;
  padding-bottom: 10px;
  }
  .Title{
      position: relative;
  padding-bottom: 20px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
  }
  .PageNavigation ul{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
   .btn {
  border: none;
  outline: none;
  padding: 1px 1px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 10px;
  font-family: "Cabin", Helvetica Neue, sans-serif;
  background-color: transparent;
  color: black !important;
  }
  
   .Title img{
  width: 100%;
  background-image: cover;
  position: absolute;
  left: 0px;
  top:-10px;
  height: 205px;
  padding-bottom: 10px;
  }
  .or-spacer {
  width: 100%;
  position: relative;
  padding-top: 155px;

  }

  .or-spacer span {
    width: 80%;
    height: 130px;
    position: absolute;
    bottom: 100%;
    top:25px;
    left: 10%;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 5px 7px 16px 5px rgba(0, 0, 0, 0.84);
    background: rgba(51,122,183,0.8)


  }
  .or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 2px dashed white;
    text-align: center;
    line-height: 40px;
    font-style: normal;
   
  }
  h1{
  font-size: 32px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
    color:white!important;
  letter-spacing: 1px;
  padding-top: 0px;
  margin-top: 28px;
  }
  .or-spacer span:hover i {
   border: 2px dashed white !important;
    transition: border .8s ease;
  }
 
 
      #ForumDelay{
   display:none;
     position: absolute; 
    bottom:12%;
     left: 5%;  
    z-index: 314159!important;
     box-shadow: 5px 7px 16px 5px rgba(0, 0, 0, 0.84);
     padding-top: 10px;
     padding-bottom: 15px;
     padding-left: 20px;
     padding-right:20px;
    background: linear-gradient(
      rgba(0,0,0,0.6), 
      rgba(0,0,0,0.6)
    ), url("https://storage.googleapis.com/alfaplumbing/FormBackground-min.jpg") no-repeat center center;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     color: white;
    }
  #ForumDelay button{
    padding: 5px;
    border-color: none;
    outline: none !important;
    font-size: 16px;
  }
  #ForumDelay h4{
    font-size: 20px;
  }
  #ForumDelay label{
    font-size: 14px;
  }
  #ForumDelay textarea{
    height: 120px;
  }

}
@media screen and (min-width: 1000px)  { 
  .Container-Mobile{
  display:none !important;

  }
  .Title{
  background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0.0) 10%,rgba(255,255,255,0.0) 90%, rgba(255,255,255,1) 100%), no-repeat center center; 

      -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
  top:0px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  }
  h2{
    font-size: 30px;
  }

 
  .OnPageTabs:before { 
  display: block; 
  content: " "; 
  margin-top: -55px; 
  height: 55px; 
  visibility: hidden; 
  }
  
  .PageNavigation{
  position: relative;
  padding-bottom: 10px;
  }
  .Title{
      position: relative;
  padding-bottom: 20px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
  }
  .PageNavigation ul{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
   .btn {
  border: none;
  outline: none;
  padding: 1px 1px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 14px;
  font-family: "Cabin", Helvetica Neue, sans-serif;
  background-color: transparent;
  color: black !important;
  }
  
   .Title img{
  
  }
  .or-spacer {
  width: 100%;
  position: relative;
  padding-top: 225px;

  }

  .or-spacer span {
    width: 80%;
    height: 180px;
    position: absolute;
    bottom: 100%;
    top:25px;
    left: 10%;
    z-index: 0;
    border-radius: 100%;
    box-shadow: 5px 7px 16px 5px rgba(0, 0, 0, 0.84);
    background: rgba(51,122,183,0.8)


  }
  .or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 2px dashed white;
    text-align: center;
    line-height: 40px;
    font-style: normal;
   
  }
  h1{
  font-size: 45px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
  color:white!important;
  letter-spacing: 1px;
  padding-top: 0px;
  margin-top: 37px;
  }
  .or-spacer span:hover i {
   border: 2px dashed white !important;
    transition: border .8s ease;
  }
  p{
    font-size: 13px;
    line-height: 17px;
  }
  #ForumDelay{
   display:none;
     position: absolute; 
    bottom:12%;
     left: 5%;  
    z-index: 314159!important;
     box-shadow: 5px 7px 16px 5px rgba(0, 0, 0, 0.84);
     padding-top: 10px;
     padding-bottom: 15px;
     padding-left: 20px;
     padding-right:20px;
    background: linear-gradient(
      rgba(0,0,0,0.6), 
      rgba(0,0,0,0.6)
    ), url("https://storage.googleapis.com/alfaplumbing/FormBackground-min.jpg") no-repeat center center;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     color: white;
    }
  #ForumDelay button{
    padding: 5px;
    border-color: none;
    outline: none !important;
    font-size: 16px;
  }
  #ForumDelay h4{
    font-size: 24px;
  }
  #ForumDelay label{
    font-size: 14px;
  }
  #ForumDelay textarea{
    height: 120px;
  }
}
@media screen and (min-width: 1200px)  { 
  
  p{
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width:767px) and (orientation:landscape) {
 .Container-Desktop{
  display:none !important;

  } 
   #MobileImageLeft {
    width: 50% !important;
    padding:2px; 
    float: left;
    margin-right: 20px; 
    margin-bottom: 12px; 
  }
  #MobileImageRight {
    width: 50% !important;
    float: right;
    padding:2px;
    margin-left: 20px;  
    margin-bottom: 12px;
  }
 h2{
    font-size: 20px;
  }
   p{
    font-size: 11px;
    line-height: 15px;
  }
  h5{
  margin-top: 0px;
  margin-bottom: 3px;
  padding-top: 0px;
   font-family: "Cabin", Helvetica Neue, sans-serif !important;
   font-size: 14px;
  }
 
  .OnPageTabs:before { 
  display: block; 
  content: " "; 
  margin-top: -35px; 
  height: 35px; 
  visibility: hidden; 
 }
  .or-spacer {
  width: 100%;
  position: relative;
  padding-top: 155px;

  }

  .or-spacer span {
    width: 80%;
    height: 130px;
    position: absolute;
    bottom: 100%;
    top:25px;
    left: 10%;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 5px 7px 16px 5px rgba(0, 0, 0, 0.84);
    background: rgba(51,122,183,0.8)


  }
  .or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 2px dashed white;
    text-align: center;
    line-height: 40px;
    font-style: normal;
   
  }
  h1{
  font-size: 23px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
    color:white!important;
  letter-spacing: 1px;
  padding-top: 05px;
  margin-top: 28px;
  }
  .or-spacer span:hover i {
   border: 2px dashed white !important;
    transition: border .8s ease;
  }
  .PageNavigation{
  position: relative;
  padding-bottom: 10px;
  }
  .Title{
      position: relative;
  padding-bottom: 20px;
  font-family: "Cabin", Helvetica Neue, sans-serif !important;
  }
  .PageNavigation ul{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
   .btn {
  border: none;
  outline: none;
  padding: 0px 0px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 11px;
  font-family: "Cabin", Helvetica Neue, sans-serif;
  background-color: transparent;
  color: black !important;
  }
  .PageNavigation ul{
      font-size: 9px;
  }
     #ForumDelay{
   display:none;
     position: absolute; 
    bottom:12%;
     left: 5%;  
    z-index: 314159!important;
     box-shadow: 5px 7px 16px 5px rgba(0, 0, 0, 0.84);
     padding-top: 10px;
     padding-bottom: 15px;
     padding-left: 20px;
     padding-right:20px;
    background: rgba(51,122,183,0.9);
     color: white;
    }
  #ForumDelay button{
    padding: 5px;
    border-color: none;
    outline: none !important;
    font-size: 16px;
  }
  #ForumDelay h4{
    font-size: 20px;
  }
  #ForumDelay label{
    font-size: 14px;
  }
  #ForumDelay textarea{
    height: 120px;
  }
}


.PlumbingInformation{
  padding-bottom: 20px;
}

.Largemap{
  width:100%;height: 450px; z-index: 0;
  margin-bottom: 20px;
  margin-top: 20px;
 
}
.Smallmap{
  width:100%;height: 240px; z-index: 0;
  margin-bottom: 20px;
  margin-top: 20px;

}
p.margin{
  margin: 0 0 4px;
}
p.margin a{
    color: #222;
  outline: none;
  text-decoration: none;
}
p.margin a:focus,p.margin a:hover{
  outline: none;
  text-decoration: none;
  color: red;
}
