@charset "utf-8";
/* CSS Document */
.no-margin { 
	margin: 0; /* Remove body margins */
} 

.bg-ss {background-color: #0082C8; /* SS Blue */
    color: #ffffff;
}
.bg-1 {
    background-color: #0082C8; /* SS Blue */
    color: #ffffff;
  }
.bg-2 {
    background-color: #000000; /* Black */
    color: #ffffff;
  }
.btn-sssi {
  color: #fff;
  background-color: #0082C8;
  border-color: #0082c8;
}

.btn-sssi:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #0082c8;
}

.btn-sssi:focus, .btn-sssi.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-sssi.disabled, .btn-sssi:disabled {
  color: #fff;
  background-color: #0082C8;
  border-color: #0082c8;
}

.btn-sssi:not(:disabled):not(.disabled):active, .btn-sssi:not(:disabled):not(.disabled).active,
.show > .btn-sssi.dropdown-toggle {
   color: #000000;
  background-color: #ffffff;
  border-color: #0082c8;
}

.btn-sssi:not(:disabled):not(.disabled):active:focus, .btn-sssi:not(:disabled):not(.disabled).active:focus,
.show > .btn-sssi.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

h7, h8, h9 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h7, h8, h9
.h7, .h8, .h9 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h7, .h7 {
  font-size: .75rem;
}
h8, .h8 {
  font-size: .5rem;
}
h9, .h9 {
  font-size: .25rem;
}

.center {
  margin: auto;
  padding: 10px;
}
.center-50 {
	padding: 50, 0;
}
.center-image{
  text-align: center;
  	}
.brush {
  font-family: "Brush Script MT", cursive;
  font-size: 2.75rem;
}
.required {
  	color: red;
}
.rocksalt {
  font-family: "Rock Salt", cursive;
  font-size: 1.5rem;
	}
.rocksalt-ssi {
  font-family: "Rock Salt", cursive;
  
  color: #0082C8;
	}
.rocksalt-white {
  font-family: "Rock Salt", cursive;
  font-size: 1.5rem;
  color: #ffffff;
	}

.shadow-multiple {
  font-effect: multiple-shadow;
	}

.navbar-ssi .navbar-brand {
  color: #fff;
}

.navbar-ssi .navbar-brand:hover, .navbar-ssi .navbar-brand:focus {
  color: #000;
}

.navbar-ssi .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 100);
}

.navbar-ssi .navbar-nav .nav-link:hover, .navbar-ssi .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 1);
}

.navbar-ssi .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-ssi .navbar-nav .show > .nav-link,
.navbar-ssi .navbar-nav .active > .nav-link,
.navbar-ssi .navbar-nav .nav-link.show,
.navbar-ssi .navbar-nav .nav-link.active {
  color: #000000;
}

.navbar-ssi .navbar-toggler {
  color: #D2F706;
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-ssi .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-ssi .navbar-text {
  color: #19EF60;
}

.navbar-ssi .navbar-text a {
  color: #C2C70F;
}

.navbar-ssi .navbar-text a:hover, .navbar-ssi .navbar-text a:focus {
  color: #A917D8;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #0082C8;
}
.btn-light:hover {
  color: #212529;
  background-color: #0082C8;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 200, 0.5);
}

.background-clip-4-side {
  border: 15px dotted #FFFFFF;
  padding: 15px;
  background-clip: padding-box;/* inside all edges of border */
}
.background-clip-LR {
  border-left: 15px solid #FFFFFF;
  border-right: 15px solid #FFFFFF;
  padding: 15px;
  background-clip: padding-box;/* inside LR edge of border */
}
.background-clip-2 {
  border: 10px dotted black;
  padding: 15px;
  background: lightblue;
  background-clip: content-box;/* inside content box */
}
.background-clip-3 {
  border: 10px dotted black;
  padding: 15px;
  background: lightblue;
  background-clip: border-box;  /* beyond border */
}
.background-black-carousel-bottom {
  color: white;
  background: black;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
  }
.background-black {
  color: white;
  background: black;
  }
.background-bubble {
  border: 50px;
  border-radius: 20px;
  padding: 15px;
  background: #0082C8;
  background-clip: padding-box;
}
.background-bubble-image {
  border: 50px;
  border-radius: 15px;
  padding: 10px;
  background: #0082C8;
  color: #ffffff;
  background-clip: padding-box;
}
.rcorners {
  border-radius: 25px;
  background: #73AD21;
  padding: 20px;
  width: 200px;
  height: 150px;
}
.rcorners-2 {
  border-radius: 15px 50px;
  background: #0082C8;
  padding: 20px;
  }
.rcorners-image-no-carousel {
	border-radius: 15px;
	overflow: hidden;
  }
.background-heading1 {
  background-image: url("../images/home/repair-refinish-replace-bathtub-header.gif");
}
.background-testimonial {
  background-image: url("../images/services/testimonials.jpg");
  background-repeat: no-repeat;
}

.carousel .carousel-indicators li {
   width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel .carousel-indicators-small li {
   width: 1px;
  height: 1px;
  border-radius: 100%;
}
.carousel .carousel-rounded {
	border-radius: 15px;
	overflow: hidden;
}
.tab-content {
    border-left: 1px solid #9EDDFB;
    border-right: 1px solid #9EDDFB;
	border-bottom: 1px solid #9EDDFB;
	border-top: 1px solid #9EDDFB;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.nav-tabs .nav-link.active {
  background-color:#9EDDFB;
  border-bottom:#9EDDFB;
  font-weight: bold;
}

.tab-pane.active .tab-pane-header {
  padding:2rem;
  background-color:#9EDDFB;
  border-top-right-radius: .5rem;
  border-top-left-radius: .5rem;
  
}

.tab-pane:first-child .tab-pane-header {
  border-top-left-radius: 0;
}

.carousel-caption-under {
  position: relative;
  left: 0;
  top: 0;
  }
.carousel-caption-lower {
  position: absolute;
  right: 15%;
  bottom: 10px;
  left: 15%;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
}
.carousel-caption-top {
  position: absolute;
  right: 15%;
  top: 10px;
  left: 15%;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
}
.carousel-indicators-dark {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators-dark li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
.carousel .carousel-indicators-dark li {
   width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

.carousel-indicators-dark li.active {
  opacity: 1;
}

.iframe-responsive {
  overflow: hidden;
	/*16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
} 
.iframe-responsive-4-3 {
  overflow: hidden;
	/*4:3 aspect ratio */
  padding-top: 75%;
  position: relative;
} 
.iframe-responsive-3-2 {
  overflow: hidden;
	/*3:2 aspect ratio */
  padding-top: 66.66%;
  position: relative;
}
.iframe-responsive-long {
  overflow: hidden;
	/*long */
  padding-top: 98%;
  position: relative;
}
.iframe-responsive-1-1 {
  overflow: hidden;
	/*1:1 aspect ratio */
  padding-top: 100%;
  position: relative;
}
.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.iframe-responsive-1-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.iframe-responsive-4-3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.iframe-responsive-long iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.iframe-responsive-3-2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.ul-250 
{
line-height:250%
}
.ul-175 
{
line-height:175%
}
.ul-200 
{
line-height:200%
}
.div-290
{
line-height:290%
}