
.accordian-wrapper.active .color-block{
opacity:0.5;
z-index: 99;
transition: all 0.5s ease;
}
.accordian-wrapper .color-block {
    display: block;
    position: absolute;
    left: 77px;
    background-color: red;
    width: 200px;
    height: 300px;
    opacity: 0;
    margin-left: 21%;
    z-index:-1;
}
.profilePic1 {
  width: 60%;
 
}

.clock img{
    max-height: 550px;
}


.bw{
  filter: grayscale(100%);
}

#andy{
   background-image: url(https://retailbuildersgroup.com/wp-content/uploads/2017/09/IMG_8651-7.jpg);
   background-size: cover;
  min-height: 500px;

}

#andy:hover{
   background-image: url(https://retailbuildersgroup.com/wp-content/uploads/2017/12/red-IMG_8651-7-683x1024.jpg);
   background-size: cover;
  min-height: 500px;

}

#jose{
  background-image: url(https://retailbuildersgroup.com/wp-content/uploads/2017/09/jose-good.jpg);
  background-size: cover;
  min-height: 500px;
}

#jose:hover{
  background-image: url(https://retailbuildersgroup.com/wp-content/uploads/2017/12/red-jose-good-683x1024.jpg);
  background-size: cover;
  min-height: 500px;
}


#brett{
  background-image: url(https://retailbuildersgroup.com/wp-content/uploads/2017/12/Brett-Newman-picture.jpg);
  background-size: cover;
  min-height: 500px;
}

#brett:hover{
  background-image: url(https://retailbuildersgroup.com/wp-content/uploads/2017/12/red-Brett-Newman-picture-683x1024.jpg);
  background-size: cover;
  min-height: 500px;
}

.red{
  display: none;
}

.red:hover{
  display: inline-block;
}

.paddingz{
  margin-top: 30%;
}


body {
  font-family: "Titillium Web", sans-serif;
}h1, 
 h1 a,
 .heading-1 {
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  margin: 25px 0;
}h2,
 .heading-2 {
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 25px 0;
}h3,
 .heading-3 {
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  margin: 25px 0;
}h4,
 .heading-4 {
  font-family: "Titillium Web", sans-serif;
  color: #252525;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5rem;
  margin: 25px 0;
}p {
  font-family: "Titillium Web", sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
}ul {
  list-style-type: none;
  margin-left: 0;
}.animate-slow{
  transition: all 1s ease-in-out; 
  -webkit-transition: all 1s ease-in-out; 
  -moz-transition: all 1s ease-in-out;  
  -o-transition: all 1s ease-in-out;  
}.animate-medium{
  transition: all .5s ease-in-out;  
  -webkit-transition: all .5s ease-in-out;  
  -moz-transition: all .5s ease-in-out; 
  -o-transition: all .5s ease-in-out; 
}.animate-fast{
  transition: all .25s ease-in-out; 
  -webkit-transition: all .25s ease-in-out; 
  -moz-transition: all .25s ease-in-out;  
  -o-transition: all .25s ease-in-out;  
}.horizontal-center{
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%); 
}.vertical-center{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%); 
}

.bullseye-button{
        position: absolute;
    z-index: 999;
    top: 342px;
}

.center {
position: absolute;
    left: 50%;
    top: 520%;
    transform: translate(-50%, -50%);
    width: 40%;
    
}

.absolute{
  position: absolute; 
}.light-bg{
  background: #ffffff;
}.color-bg{
  background: #78a013;
}.dark-bg{
  background: #000000;
}.dark-bg p,
 .dark-bg span,
 .dark-bg li,
 .dark-bg a{
  color: #ffffff;
}.white-color{
  color: #ffffff!important;
}.alt-color{
  color: #78a013!important;
}.large-text{
  font-size: 22px;
}.border-top{
  border-top: 10px solid #78a013;
}.button{
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
}.button:hover,.button:focus{
  background: #000000;
}.color-button{
  background:#f00;
  width: 100%;
  line-height: 10px;
}.transparent-button{
  background: rgba(51,51,51,.9);
}.no-margin{
  margin: 0;
}.padded{
  padding: 40px;
}.strip-padding{
  padding-left: 0!important;
  padding-right: 0!important
}.strip-left{
  padding-left: 0!important;
}.strip-right{
  padding-right: 0!important;
}.box-shadow{
  box-shadow: 0 3px 13px -5px #000000;
  -webkit-box-shadow: 0 3px 13px -5px #000000;
  -moz-box-shadow: 0 3px 13px -5px #000000;
}.content-wrapper{
  display: block;
  float: left;
  position: relative;
  width: 100%;
}.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}.long-row{
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;  
}.page-wrapper {
  max-width: 75rem;
  clear: both;
}.header-wrapper{
  background: #fff;
  height: auto;
  position: relative;
  z-index: 9999;
  display: block;
  float: left;
  width: 100%;
}.logo-wrapper{
  line-height: 130px;
  height: 130px;
}.company-info{
  padding-top: 5%;  
}.header-company-title{
  margin: 0;  
}.header-company-title a {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.3;
}.service-order-wrapper {
  background: #78a013;
  padding: 7px 15px;
  text-align: center;
}.header-company-serviceorder {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 32px;
  display: block;
  text-align: center;
}.social-wrapper{
  background: #232324;
  height: 40px;
}.social-wrapper span{
  line-height: 40px;
  font-size: 20px;  
}.social-wrapper i{
  line-height: 40px;
  width: 35px;  
  font-size: 18px;
}.navigation-wrapper{
  position: relative;
  display: block;
  float: left;  
}.top-bar, .top-bar.expanded{
  background: none;
  height: auto;
}.top-bar-section ul li, 
 .top-bar.expanded .title-area{
  background: none; 
}.top-bar-section ul li{
  margin: 0 6px;  
}.top-bar-section li:not(.has-form) a:not(.button){
  background: none; 
  font-family: "Titillium Web", sans-serif;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 86px;
  border-bottom: 3px solid transparent;
  font-weight: bold;
}.top-bar-section ul li:hover:not(.has-form) > a,
 .top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .top-bar-section li:not(.has-form) a:hover:not(.button){
  background: none; 
  color: #000;
  line-height: 86px;
}.top-bar-section .has-dropdown > a::after {
  top: 41.5px;
  border-color: #000 transparent transparent;
  right: -8px !important;
}.top-bar-section .dropdown{
  background: #fff;
}.top-bar-section .dropdown li{
  margin: 0;  
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  background: none;
  line-height: 32px !important;
  text-align: center;
  color: #000;
  border-color: transparent;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
}.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button),
 .top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
  color: #ed151f;
  border-color: #ed151f;
}.top-bar-section .has-dropdown > a {
  background-color: #333;
  padding-right: 25px !important;
}.home-slider-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  background-image: url(https://retailbuildersgroup.com/wp-content/uploads/2017/08/open-mall.jpg);
  background-size: cover;
}.slider-wrapper{
  width: 100%;
  height: 440px;
  overflow: hidden; 
}.slick-slide img{
  width: 100%
}.slick-slider{
  z-index: -1;  
  margin-bottom: 0!important;
}.scroll-down{
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 9999;  
}.scroll-down i.fa{
  line-height: 45px;
  width: 50px;  
  font-size: 35px;
}.home-grid{
  display: block;
  float: left;  
  position: relative;
}.home-grid-small{
  width: 30%; 
}.home-grid-large{
  width: 40%;
}.home-cta-wrapper {
  background: url("https://retailbuildersgroup.com/wp-content/uploads/2017/12/home-cta.jpg");
  background-position: center center;
  background-size: cover;
}.home-cta-wrapper img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}.home-section {
  width: 100%;
  max-width: 720px;
  display: block;
  margin: 0 auto;
  text-align: center;
}.content-image{
  max-height: 530px;
  max-width: 530px;
}.accordian-heading{
  cursor: pointer;
      /*max-height: 550px;*/
          max-width: 200px;
}.accordian-heading span{
  display: inline!important;
}.accordian-heading:after{
  content:"Click to view";
  color: #252525;
  font-size: 13px;
  font-weight: 400;
  padding-left: 15px; 
  opacity: 0;
  transition: all .25s ease-in-out; 
  -webkit-transition: all .25s ease-in-out; 
  -moz-transition: all .25s ease-in-out;  
  -o-transition: all .25s ease-in-out;  
}.accordian-heading:hover:after{
  opacity: 1;
}.active .accordian-heading:hover:after{
  opacity: 0; 
}.basic-accordian .accordian-content{
  display: none;  
}.basic-accordian .active .accordian-content{
  display: block;
}.contactForm  {
  margin-top: 20px;
}.contactForm input, .contactForm textarea,
 .contactForm input:focus, .contactForm textarea:focus {
  width: 100%;
  padding: 3px 6px;
  margin-bottom: 5px;
  box-shadow: none;
  border: none; 
  background: #e6e6e6;
  font-size: 16px;
}.contactForm textarea {
  height: 115px;
}.contactForm .captchaWrapper {
  margin-top: 10px;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  text-align: center;
  margin-top: 30px;
}.emailConfirmation {
  margin: 0 auto;
}.emailConfirmation h1 {
  color: #00CC00;
}p.contact-info, p.contact-phone, 
 p.contact-fax, p.contact-email,
 p.contact-address{
  font-family: "Titillium Web", sans-serif;
  margin: 15px 0;
}p.contact-fax:before{
  content: "Fax: ";
  display: inline;
}footer p.contact-info, footer p.contact-phone, 
 footer p.contact-fax, footer p.contact-email,
 footer p.contact-address {
  color: #ffffff;
  font-size: 20px;
}.footer-wrapper {
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  background: #fff;
  display: block;
  float: left;
  width: 100%;
}.footer-wrapper h2{
  margin: 0 0 10px; 
}.disclaimer p{
  font-size: 9px;
  color: #ffffff;
  text-transform: uppercase;
}.disclaimer img{
  max-width: 125px; 
}.fc-header-left, .fc-header-center, .fc-header-right {
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}#preloader {
  background: none repeat scroll 0 0 #fff;
  display: block;
  padding: 20% 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999999;
  top: 0;
}.slick-background-wrapper {
  left: 0;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 101% !important;
  overflow: hidden;
}.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}.spinner > div {
  background-color: #444;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}@keyframes stretchdelay {
  0%, 40%, 100% { 
  transform: scaleY(0.4);
  -webkit-transform: scaleY(0.4);
  }  20% { 
  transform: scaleY(1.0);
  -webkit-transform: scaleY(1.0);
  }
}
.gallery-wrapper .gallery-image{
  height: auto!important;
}.gallery-wrapper .gallery-image:hover{
  opacity: .8;  
}

/*Custom Css*/
.logo-wrapper h1 {
  margin: 0;
}
.logo-wrapper img {
  width: 27%;
}.logo-wrapper h1 {
  margin: 0;
}
.logo-wrapper img {
  width: 27%;
}
.home-box {
  transform: translate(52vh, 22vh);
  position: relative;
  z-index: 10;
}
.home-box h2 {
  background: #000000de;
  color: #fff;
  font-weight: lighter;
}
.home-box p {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  text-shadow: #000000bf 2px 2px;
}
.home-box a {
  color: #fff;
  border: #fff 2px solid;
  padding: 12px;
}
.overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000005e;
}.follow-hover:hover #follow-hide {
 display: block;
}.follow-hover p {
    margin: 4px;
    text-transform: uppercase;
    font-size: 12px;
}.follow-hover #follow-hide {
 display: none;
 position: absolute;
 background-color: #1a1a1a;
 width: 250px;
 height: auto;
 right: 8px;
 top: 23px;
 z-index: 10;
}#follow-hide a:hover {
    background: #0b0b0b;
}#follow-hide a {
    width: 50%;
    position: relative;
    display: inline-block;
    float: left;
    padding: 10px;
}.full {
    width: 100%;
    max-width: none;
}.top-section {
    position: relative;
    top: -32vh;
}.grey-bg {
    background: #273036;
    position: relative;
    top: -2vh;
}
.grey-bg {
  background: #273036;
  position: relative;
  top: -2vh;
}
.grey-bg h2 {
  color: #fff;
  text-transform: uppercase;
}
.grey-bg p {
  color: #fff;
}
.grey-bg ul {
  color: #fff;
}
.grey-bg li {
  color: #fff;
}.grey-bg a {
    color: #fff;
}.sprinkler{
  background: url(https://retailbuildersgroup.com/wp-content/uploads/2017/08/fire-sprinkler.jpg);
  background-size: cover;
  height: 128vh;
}.sprinkle-inner {
    background: #000000c7;
    padding: 20px;
}.sprinkler h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    text-shadow: 2px 2px black;
}.sprinkle-inner p {
    color: #fff;
    font-size: 2rem;
    text-shadow: 2px 2px black;
    text-transform: uppercase;
}.sprinkler svg {
    position: relative;
    top: -60px;
}.window-section img {
    position: relative;
    bottom: 39vh;
}
.red-box-1 div {
  width: 23%;
  display: inline;
  margin: 25px;
  background: #ED151F;
  padding: 32px;
}
.red-box-1 a {
  color: #fff;
  font-size: 1rem;
  border-bottom: 2px solid white;
}
.red-box-1 {
  top: 9vh;
}
.red-box-2 div {
  width: 31%;
  display: inline;
  margin: 26px;
  background: #ED151F;
  padding: 32px;
}
.red-box-2 {
  top: 21vh;
  padding-left: 5vw;
}.red-box-2 a {
  color: #fff;
  font-size: 1rem;
  border-bottom: 2px solid white;
}.window-section {
    height: 56vh;
}.red-box-bottom {
    background: #ED151F;
    padding: 28px;
    width: 20vw;
}.red-box-bottom p {
    color: #fff;
}.footer-wrapper img {
    width: 5%;
}.contact-button a {
    position: fixed;
    top: 89vh;
    z-index: 20;
    background: #ED151F;
    padding: 14px 11px;
    color: white;
    right: -1px;
    border: 1px #373737 solid;
    border-radius: 12px 0px 0px 12px;
}.sticky-active {
    position:fixed;
    top:0;
    width:100%;
} .inner-red-bottom a {
    position: relative;
    bottom: 12vh;
    color: #fff;
    border: 2px white solid;
    padding: 21px;
} .inner-red-bottom {
    background: #ed151f;
}.grey-header h1 {
    color: #fff;
}.grey-header {
    background: #282828;
}

@media only screen and (max-width: 1720px){
  .top-bar-section ul li {
    margin: 0;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 12px;
  }.home-box {
    transform: translate(42vh, 22vh);
  }.sprinkler{
    height: 100vh;
  }
}

@media only screen and (max-width: 1280px){
  .sprinkle-inner p{
    font-size: 1rem;
  }.sprinkler {
    height: 83vh;
  }
}
@media only screen and (min-width: 1025px){
  .top-bar-section .has-dropdown.hover > .dropdown, 
  .top-bar-section .has-dropdown.not-click:hover > .dropdown{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%); 
  }
}
@media only screen and (max-width:1024px){
  h1, h1 a{
    font-size: 20px;  
  }h2{
    font-size: 18px;  
  }a, a:focus, a:active, a:visited, a:hover{
    color: #fff;
  }.padded{
    padding: 20px;  
  }.header-wrapper{
    height: auto; 
  }.social-wrapper{
    width: 100%;
    max-width: 100%;
  }.top-bar{
    width: 100%;
    height: 45px; 
  }.top-bar-section li:not(.has-form) a:not(.button){
    line-height: 45px;
    border: none;
    font-size: 16px;
  }.top-bar-section ul li:hover:not(.has-form) > a,
   .top-bar-section li.active:not(.has-form) a:not(.button),
   .top-bar-section li.active:not(.has-form) a:hover:not(.button),
   .top-bar-section li:not(.has-form) a:hover:not(.button){
    line-height: 1.8;
    background: #ee141f;
    color: #000;   
    border: none;
    padding: 18px 8px;
    font-size: 14px;
  }.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 18px 10px;
    line-height: 1.8;
    font-size: 14px;
  }.top-bar-section .has-dropdown > a::after{
    top: 34.5px;    
  }.top-bar-section .dropdown li:not(.has-form) a:not(.button){
    background: none;
    line-height: 1.8;
    font-size: 14px;
    margin: 5px 0;
  }.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button),
   .top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
    color: #000;
    border: none;
    line-height: 45px;
  }.top-bar-section ul li {
    margin: 5px 0;
  }.home-slider-wrapper, .slider-wrapper{
      height: 48vh; 
  }.home-slider-wrapper .slick-slider, .slider-wrapper .slick-slider{
    margin-bottom: 0; 
  }.home-grid .absolute.vertical-center{
    position: relative;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }.home-grid-small{
    width: 100%;  
  }.home-grid-large{
    width: 100%;
  }.home-cta-wrapper{
    padding: 100px 20px;
  }.accordian-heading:after{
    display: none;  
  }.basic-accordian .accordian-content{
    display: block; 
  }.disclaimer img{
    max-width: 100px; 
  }header.header-wrapper .top-bar .toggle-topbar.menu-icon a {
    margin: 0;
    font-size: 16px;
  }.logo-wrapper {
    line-height: 130px;
    height: 60px;
    }.logo-wrapper img {
    width: 22%;
  }.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
    width: 16px;
  }.navigation-wrapper span {
    color: #fff;
  }.follow-hover {
    display: none;
  }.home-box {
    transform: none;
    top: 12vh;
  }.top-section {
    position: relative;
    top: -12vh;
  }.home-box p{
    font-size: 1.2rem;
  }.overlay{
    background: #000000b3;
  }.red-box-1 div{
    margin: 14px;
    padding:12px;
  }.red-box-1 a{
    font-size: 12px;
  }.red-box-2 div{
    margin: 14px;
    padding:12px;
  }.red-box-2 a{
    font-size: 12px;
  }.sprinkler {
    height: 55vh;
  }.window-section img{
    bottom: 0px;
  }.window-section {
    height: 64vh;
  }.red-box-bottom{
    width: 100%;
  }.red-box-1 {
    top: 3vh;
  }.red-box-2 {
    top: 7vh;
    padding-left: 5vw;
    z-index: 10;
  }.inner-red-bottom a{
    bottom: 6vh;
    padding:14px;
  }.grey-bg {
    background: #273036;
    position: relative;
    top: -5vh;
  }.footer-icons a {
    color: #ed151f;
    padding: 12px;
  }.footer-icons {
    top: 2vh;
  }.top-bar .toggle-topbar.menu-icon {
    top: 50%;
    margin-top: -16px;
    background: #ee141f;
  }
}
@media only screen and (max-width:767px){
  .accordian-wrapper .color-block {
    display: block;
    position: absolute;
    left: 77px;
    background-color: red;
    width: 200px;
    height: 300px;
    opacity: 0;
    margin-left: -2%;
    z-index: -1;
  }
  .header-wrapper{
    z-index: 100;
    position: fixed;
  }.header-wrapper a[href^="tel:"].button {
    z-index: 9999;  
    color: #ffffff !important;
  }.home-slider-wrapper{
    z-index: 0; 
  }.top-bar{
    overflow: hidden;
  }.home-cta-wrapper{
    padding: 50px 0;
  }.top-section {
    position: relative;
    top: -9vh;
  }.red-box-1 div {
    width: 45%;
    position: relative;
    display: inline-block;
    height: 100px;
  }.red-box-1 div {
    margin: 6px;
    padding: 12px;
  }.red-box-2 div {
    width: 46%;
    position: relative;
    display: inline-block;
    height: 100px;
  }.red-box-2 div {
    margin: 4px;
    padding: 12px;
  }.red-box-1 a {
    font-size: 14px;
  }.red-box-2 a {
    font-size: 14px;
  }.red-box-2{
    top: 4vh;
    padding-left: 4vw;
  }.sprinkler svg{
    top: 0px;
  }.footer-wrapper img {
    width: 20%;
  }.sprinkler h2{
    font-size: 1rem;
  }.sprinkle-inner p{
    font-size: 19px;
  }.window-section {
    height: 74vh;
  }.home-box p {
    font-size: 1rem;
  }.home-box a {
    color: #fff;
    border: #fff 2px solid;
    padding: 10px;
    font-size: 12px;
  }.button{
    font-size: 12px;
  }.inner-red-bottom a {
    bottom: 4vh;
    padding: 9px;
    font-size: 12px;
  }.logo-wrapper img {
    width: 80%;
  }.head-contact i {
    padding: 5px;
  }.head-contact a {
    color: #ee141f;
    padding: 5px;
    font-weight: bold;
  }.logo-wrapper {
    line-height: 105px;
    height: 106px;
  }.home-box {
    transform: none;
    top: 26vh;
  }.home-slider-wrapper, .slider-wrapper {
    height: 68vh;
  }.content-wrapper{
    top: 20vh;
  }.sprinkler {
    height: 65vh;
  }header.header-wrapper .top-bar .toggle-topbar.menu-icon a{
    background: #600c0c;
  }.red-box-1 div{
    background: #640C10;
  }.red-box-2 div{
    background: #640C10;
  }.contact-button a{
    background: #640C10;
  }.color-button{
    background: #640C10;
  }.red-box-bottom{
    background: #640C10;
  }.sprinkler{
    background: url(https://retailbuildersgroup.com/wp-content/uploads/2017/08/fire-mobile.jpg);
  }.home-slider-wrapper{
    background: url(https://retailbuildersgroup.com/wp-content/uploads/2017/08/home-mobile.jpg);
  }
}

@media only screen and (max-width:360px){
.sprinkler {
    height: 63vh;
  }.home-box {
    transform: none;
    top: 20vh;
  }
}
