@-ms-viewport {
  width: device-width;
  height: device-height;
}

@media (max-height: 600px;) {
  
}


@media (min-width: 768px) and (max-width: 979px) {
  .carousel-caption h2 {
    font-size: 2rem;
  }
  .carousel-caption p {
    font-size: 1.3em;
  }
}


@media (min-width: 768px) {
  
}


@media (max-width: 767px) {
  body {
    background-color: #fff;
  }
  .wrap-body > header .text-right {
    text-align: center !important;
  }
  .header-phone span {
    display: block;
    background-color: #fff;
    color: #4b8965 !important;
    width: 100%;
  }
  .brand {
    display: block;
    text-align: center;
  }
  .carousel-caption {
    position: static;
  }
  .carousel-caption h2 {
    font-size: 1.8rem;
  }
  .carousel-caption p {
    font-size: 1em;
  }
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 150%;
    max-width: 150%;
  }
  .carousel-caption h2, .carousel-caption p {
    color: #222;
    text-shadow: none;
  }
  .carousel-control {
    top: 35%;
  }
  .call-action {
    position: relative;
    bottom: 0;
    padding: 0;
  }
  .widgetImg {
    height: auto;
  }
  .ticker-label {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .news-ticker .carousel {
    padding: .5em 1em;
    line-height: 1.3;
  }
  footer, footer a {
    color: #555;
    text-align: center;
  }
  footer .text-right {
    text-align: center !important;
  }
}


@media (min-width: 1200px) {
  
}


@media (max-width: 480px) {
  
}


@media (max-width: 979px) {
  .navbar-fixed-top {
    margin-bottom: 0;
  }
  .wrap-body > header {
    padding: .8em 0;
  }
  .home-copy {
    padding: 2em 0 1em;
  }
}


@media (min-width: 980px) {

}