/* BODY */
html,
body {
  font-family: "Roboto";
  font-weight: 300;
  color: #666;
  font-size: 12pt;
}

/* NAV */

.navbar-brand img {
  width: 200px;
}

.navbar-desktop a,
.navbar-mobile a {
  color: #333;
}

.navWhite {
  background-color: #fff !important;
  transition: all 0.5s ease;
}

.navTrans {
  background-color: transparent !important;
  transition: all 0.5s ease;
}

/* BANNERS */
@media only screen and (min-device-width: 480px) {
  .homepageBanner {
    background-image: url("../img/banner.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 700px;
  }
}

@media only screen and (max-device-width: 480px) {
  .homepageBanner {
    background-image: url("../img/banner.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .gray-section h1 {
    font-size: 18pt;
  }

  .gray-section h3 {
    font-size: 18pt;
  }
}

.homepageBanner h1 {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18pt;
}

.homepage-section-1 {
  background-image: url("../img/home-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000000;
  width: 100%;
  height: auto;
  color: #fff;
}

.homepage-section-1 h2 {
  font-size: 24pt;
}

.gray-section {
  background-color: #eeeeee;
}

/* PAGE HEADER */
.page-header {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000000;
}

.page-banner-1 {
  background-image: url("../img/page-banner-1.jpg");
}

.page-banner-2 {
  background-image: url("../img/page-banner-2.jpg");
}

.page-banner-3 {
  background-image: url("../img/page-banner-3.jpg");
}

.page-banner-4 {
  background-image: url("../img/page-banner.jpg");
  /* background-color: #ff8200; */
}

/* CALL NOW */
.callnow-callout.red {
  color: #fff;
}

.callnow-callout.red div {
  margin: 0;
  position: relative;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  text-shadow: none;
  border-top: 1px solid #9e9e9e;
}

.callnow-callout.red.sp .call {
  font-size: 12pt;
}

.callnow-callout.red .call {
  background: #ff8200;
  font-size: 15pt;
}

.callnow-callout.red .call i.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #ff8200;
  position: absolute;
  right: -20px;
  z-index: 1;
}

.callnow-callout.red .number {
  background: #ff9a2e;
  font-size: 17pt;
  text-align: right;
  padding-right: 10px;
}
.callnow-callout.red .call,
.callnow-callout.red .number,
.callnow-callout.red .call,
.callnow-callout.red .number {
  font-weight: bold;
}

.text-warning {
  color: #ff8200;
}

.btn-warning {
  background-color: #ff8200 !important;
}

.priceBar {
  font-weight: 900;
  background: #f89a1c;
  background: -moz-linear-gradient(top, #f89a1c 0%, #c57000 100%);
  background: -webkit-linear-gradient(top, #f89a1c 0%, #c57000 100%);
  background: linear-gradient(to bottom, #f89a1c 0%, #c57000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F89A1C',endColorstr='#c57000',GradientType=0);
  padding-top: 20px;
  padding-bottom: 20px;
  text-shadow: 5px 5px 10px #333;
  margin-top: 5px;
  margin-bottom: 5px;
}

.priceBar .price.special {
  display: block;
}

.priceBar .price span {
  font-size: 14pt;
  margin-top: 10px;
}

.priceBar .price .price-tag {
  position: relative;
}

.priceBar .price .price-tag .number .dollar-sign {
  position: absolute;
  font-size: 27pt;
  margin-left: -20px;
  margin-top: -15px;
}

.priceBar .price .price-tag .number {
  font-size: 70pt;
  letter-spacing: -4px;
  display: inline-block;
  margin-top: 23px;
}

.priceBar .price .price-tag sup {
  font-size: 27pt;
  top: -40px;
  left: 0px;
}

.priceBar .price .price-tag .month {
  display: inline;
  font-size: 25pt;
  margin-left: -50px;
}

.equipBar {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: 65%;
}

.plusSign {
  position: relative;
  border-radius: 50%;
  background-color: #f99e28;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-left: -15px;
  vertical-align: center;
  text-align: center;
  padding: 5px;
  z-index: 1000;
}

/* FOOTER */
.footer {
  background-color: #eee;
  color: #333333;
}
.footer-link {
  font-size: 10pt;
}

/* OTHER */
.text-note {
  font-size: 8pt;
}

.license-list {
  font-size: 9pt;
}

.license-list h4 {
  color: #f99e28;
  font-size: 12pt;
}
