/*--
Styles for home page
--*/
.home .bl{
  background: #EEEEEE;
  text-align: center;
  padding-top: 15px;
}

.home h1 a {
  color: #3a4972;
  text-align: center;
}

.home h1 a:hover {
  color: grey;
}

.refer-friend-home {
  background-color: rgba(255,255,255,0.7);
  text-align: center;
  line-height: 3em;
  font-family: Cardo !important;
  color: #858585;
}

@media (min-width: 767px) {
  .refer-friend-home {
    margin-top: .9em;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .refer-friend-home {
    font-size: 12px;
  }
}

.refer-btn {
  background-image: url("images/button_sm.jpg") !important;
  color: #353535;
  padding:0.5em !important;
}

.refer-btn:hover {
  color: #858585;
}

.homepage-sliders {
  text-align: center;
}

.homepage-sliders h1 {
  color: white;
  font-family: "Cardo";
  text-transform: none;
  margin-bottom: 0.4em;
}

.homepage-sliders .detail {
  font-family: "Open Sans";
  padding-bottom: 1em;
}

.homepage-sliders .btn {
  background-image: url("images/button_sm.jpg");
  color: #000000 !important;
  border: 1px solid #353535;
  text-transform: none;
  font-size: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.homepage-sliders .nivo-caption {
  height: 170px;
  font-family: "Open Sans";
}

.nivo-controlNav {
  position: absolute;
  top: 0;
}

@media (max-width: 480px) {
  .refer-friend-home {
    display:none;
  }

  .homepage-sliders h1 {
    margin-bottom: 0.4em;
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .nivoSlider img {
    width: 780px !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .homepage-sliders h1 {
    font-size: 26px;
  }
}

/* About Us Styles */

.about-us-more-info-links {
  font-family: "Trade Gothic Bold" !important;
  font-size: 2.25em !important;
  color: #3a4972 !important;
  margin: 0 !important;
  line-height: 2 !important;
}
