.link-margin {
  margin-left: 30px;
}

.footer-links-social {
  background-color: #808080;
  padding: 40px;
}

.footer-links-social p {
  color: #ffffff;
}

.footer-links-social a {
  color: #ffffff !important;
}

.gray-footer-links p {
  text-align: center;
}

.gray-footer-links a {
  /*display: inline-block;*/
  margin: 0px 10px;
  color: #ffffff !important;
  font-family: "Lato";
  /*font-weight: 900;*/
  text-align: center;
  font-size: 16px;
}
.gray-footer-links a:hover {
  color: #ffffff;
}

.gray-footer-social {
  text-align: right;
}
.gray-footer-social a {
  padding: 0 10px;
  color: #666666;
}
.gray-footer-social a.facebook:hover {
  color: #3b5998 !important;
}
.gray-footer-social a.twitter:hover {
  color: #00aced !important;
}
.gray-footer-social a.googleplus:hover {
  color: #dd4b39 !important;
}
.gray-footer-social a.linkedin:hover {
  color: #0077b5 !important;
}
.gray-footer-social a.pinterest:hover {
  color: #cb2027 !important;
}
.gray-footer-social a.instagram:hover {
  color: #c32aa3 !important;
}

.system-status-green {
  padding: 100px;
  background-color: green;
}
.system-status-red {
  padding: 100px;
  background-color: red;
}

/* ------ HOMEPAGE CALLOUT SERVICES STYLES // Heating ------ */
.home-banner {
  font-size: 20px;
  min-height: 500px;
}

.home-banner h1 {
  font-size: 55px;
  color: #231f20;
}
@media (min-width: 991px) {
  .home-banner h1 {
    margin-top: 100px;
  }
}

.home-banner a {
}
@media (min-width: 1200px) {
  .no-webp .home-banner {
    background-image: url("/_images/home-bg.png");
    /*background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }

  .webp .home-banner {
    background-image: url("/_images/home-bg.webp");
    /*background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .no-webp .home-banner {
    background-image: url("/_images/home-bg.png");
    /*background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }
  .webp .home-banner {
    background-image: url("/_images/home-bg.webp");
    /*background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }
}
@media (max-width: 979px) {
  .home-banner {
    background-image: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-banner {
    background-image: none;
    text-align: center;
  }
}
@media (min-width: 100px) and (max-width: 768px) {
  .home-banner {
    background-image: none;
    text-align: center;
  }
  .home-banner h1 {
    font-size: 40px;
  }
}

.home-phone-bar {
  padding-top: 5px;
  background-color: #2c663e;
  padding-bottom: 5px;
}

fieldset.acme {
  border: 5px solid #d5d5d5;
  /*border: 5px solid #548d24;*/
  padding: 20px;
  margin-bottom: 10px;
}

legend.acme {
  display: block;
  width: auto;
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 20px;
  color: #2c663e;
  border: 0;
  margin-bottom: 0;
  float: none !important;
}

@media (max-width: 767px) {
  .gray-footer-links a {
    width: 100%;
    padding: 5px 5px;
  }
  .gray-footer-social a {
    margin-top: 20px;
    padding: 0 5px;
  }
  .gray-footer-social {
    margin-top: 20px;
    text-align: left;
  }
}

.well-account {
  border-bottom: 6px solid #10274e;
}
.well-account-header {
  background-color: #382596;
}
.well-account-header h4 {
  color: #fff !important;
  margin: 0;
}

/* \/\/ Custom login dropdown styles \/\/ */
#login-dp {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}
#login-dp .help-block {
  font-size: 12px;
}
#login-dp .bottom {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}
#login-dp .social-buttons {
  margin: 12px 0;
}
#login-dp .social-buttons a {
  width: 49%;
}
#login-dp .form-group {
  margin-bottom: 10px;
}
.btn-fb {
  color: #fff;
  background-color: #3b5998;
}
.btn-fb:hover {
  color: #fff;
  background-color: #496ebc;
}
.btn-tw {
  color: #fff;
  background-color: #55acee;
}
.btn-tw:hover {
  color: #fff;
  background-color: #59b5fa;
}
@media (max-width: 768px) {
  #login-dp {
    background-color: inherit;
    color: #fff;
  }
  #login-dp .bottom {
    background-color: inherit;
    border-top: 0 none;
  }
}
/* /\/\ Custom login dropdown styles /\/\ */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 25%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

/* Dashboard Styles */

h1.dashboard,
h1.dashboard a {
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  text-decoration: none;
}

.dash-section {
  background-color: #ffffff;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d3cbcb;
  width: 90%;
}
.dash-btn2-inactive {
  color: #eeeeee;
  padding: 10px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #484848;
  width: 145px !important;
  height: 145px !important;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  overflow: visible;
}

.dash-btn2 {
  color: #ffffff;
  padding: 10px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #050202;
  width: 145px !important;
  height: 145px !important;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  overflow: visible;
}

.dash-btn-user {
  color: #ffffff;
  padding: 7px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #050202;
  width: 140px !important;
  height: 140px !important;
  margin-top: 7px;
}

.btn-custom {
  background-color: hsl(26, 100%, 44%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050202", endColorstr="#e06100");
  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#050202),
    to(#e06100)
  );
  background-image: -moz-linear-gradient(top, #050202, #e06100);
  background-image: -ms-linear-gradient(top, #050202, #e06100);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #050202),
    color-stop(100%, #e06100)
  );
  background-image: -webkit-linear-gradient(top, #050202, #e06100);
  background-image: -o-linear-gradient(top, #050202, #e06100);
  background-image: linear-gradient(#050202, #e06100);
  border-color: #e06100 #e06100 hsl(26, 100%, 41.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}

.delivery-days-table {
  padding: 5px 15px;
}

.salix h4 {
  /*margin-top:20px;*/
}

.salix h5 {
  font-size: 15px;
}
