body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color:black;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.font1 {
  font-family: 'Montserrat', sans-serif;
  margin:70px 0px;
}
.font2 {
  font-family: 'Raleway', sans-serif;
  margin:70px 0px;
}
.font3 {
  font-family: 'Roboto', sans-serif;
  margin:70px 0px;
}
.font4 {
  margin:70px 0px;
}
button, input, label, select, textarea {
    font-size: 16px;
}
li {
  font-size:16px;
}

body section {
    padding-top: 0px;
}



i.fa {
    width: 18px;
    text-align: center;
}
/* Carousel */


.carousel-caption {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
.carousel-caption {
    right: 30%;
    left: 30%;
    padding-bottom: 30px;
    bottom: 25%;
}
.carousel-caption h4 {
    font-size: 46px;
}
}  
@media screen and (max-width: 768px) {

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    bottom: 25%;
}
}
/* Navigation */

div#callnow p {
    text-align: center;
    color: white;
    font-size: 20px;
    margin: 0px 0px;
}
li.item-152 {
    background: #ffd800;
}

ul.nav.menu.navbar-nav a:hover {
    color: red;
    font-size: 16px;
    text-transform: uppercase;
}

li.current.active {
    border-bottom: 3px solid red;
}

div#callnow a {
    color: white;
}

ul.nav.menu.navbar-nav a {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
}

div#callnow {
    height: 80px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #d0d0d0;
    background: #d0d0d0;
}

.navbar-default {
    background-color: #eb2229;
    border-color: #d0d0d0;
}

#brand img {
    padding-bottom: 20px;
    padding-top: 20px;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    font-weight: 600;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #f00 !important;
    text-decoration: none;
    background-color: #ffffff;
    outline: 0;
}
.dropdown.open .dropdown-menu {
    max-height: 270px;
    opacity: 1;
}
/* Contact Bar */

div#bottom a {
    color: red;
    font-size: 18px;
    padding: 10px 20px;
    border: white 1px solid;
    border-radius: 30px;
    background: white;
    transition: 0.5s;
}

div#bottom a:hover {
    background: yellow;
}

div#bottom p {
  color:white;
  font-size:20px;
  margin: 0px;
}

div#bottom .moduletable {
  padding: 20px;
  margin: 0px;
}

.row.contactbar {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#bottom {
    background: red;
    margin: 80px 0px;
}
@media (max-width: 770px) {
  .col-md-2.col-xs-12.contactbutton {
    margin: 30px 0px;
    text-align: center;
}
}
/* Zen Spas Section */
.button1 {
    border-bottom: 2px solid red;
    margin-top: 30px;
}

.button1 a{
  color:red;
  font-size:20px;
  font-weight: 600;
}

.module-content ul li::before {
    display:none;
}

.module-content ul li {
    list-style: circle;
    margin: 0;
    padding: 5px 0;
}

/* Footer */

.row.footer1 img {
    margin: 0 auto;
    display: block;
}

div#footer {
    margin-top: 50px;
    background: #d0d0d0;
}

div#footer a {
    color: black;
    padding: 2px;
}

.row.footer2 {
    margin-top: 20px;
    border-top: 1px solid black;
    padding-top: 20px;
}

div#footer p {
    color: black;
    font-size: 18px;
    font-weight: 600;
}
.row.footer2 li {
    padding: 0px;
}
/* Contact Page */

.contactbox {
    border-left: 2px solid gray;
    padding-left: 10px;
}
.contactbox h2 {
    margin-top: 0px;
}

/* Electrical Service */

.notice {
    font-size: 110%;
    color: #ffffff !important;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1) !important;
    background-color: #366e7f;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#1184d4),color-stop(50%,#0f75bc),to(#0c5d96));
    background-image: -webkit-linear-gradient(#1184d4,#0f75bc 50%,#0c5d96);
    background-image: -moz-linear-gradient(top,#1184d4,#0f75bc 50%,#0c5d96);
    background-image: -o-linear-gradient(#1184d4,#0f75bc 50%,#0c5d96);
    background-image: linear-gradient(#1184d4,#0f75bc 50%,#0c5d96);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1083d3',endColorstr='#ff0b5d96',GradientType=0);
    border-top: 1px solid #77b3c6;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    margin: 60px;
}

/* Form CSS */

label.col-sm-3.control-label.formControlLabel {
    font-family: 'Quicksand', sans-serif;
}
label.radio-inline {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
.form-group {
    margin-bottom: 35px;
}
p.formp {
    border-top: 2px solid #a0a0a0;
    padding-top: 20px;
    padding-bottom: 10px;
}
.formRequired {
    color: #ff0000;
}
/* Residential Page */

.shadow img {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    margin: 0 auto;
    display: block;
}
.shadow1 {
    
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    margin: 50px auto;
    display: block;
        padding: 0px;
}
.button2 {
    text-align: center;
    margin: 50px;
}
.button2 a {
    color: #e80f27;
    padding: 15px;
    border: 1px solid #e80f27;
    font-size: 20px;
}
.button2 a:hover {
    border: 1px solid black;
    color: black;
}
/* Front Page Box Hover Effects */

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.col-md-3.servicebox {
    overflow: hidden;
}