@font-face {
  font-family: "Copperplate Gothic Light";
  font-style: normal;
  font-weight: normal;
  src: local("Copperplate Gothic Light"), url("/fonts/copperplate-gothic-light.woff") format("woff");
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  color: #ff691f;
  font-family: "Open Sans", sans-serif;
}

.home-page-title {
  font-size: 18px;
  float: left;
}

.home-page-price {
  float: right;
  color: #ff691f;
}

.dropdown-menu > li > a {
  color: #000 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ff691f;
}

.orange-text {
  color: #ff691f;
}

.orange-hr {
  border-bottom: 2px solid #ff691f;
}

.black-text {
  color: #000;
}

.property-list-page .title {
  font-size: 22px;
  float: left;
}
.property-list-page .price {
  float: right;
  color: #ff691f;
}

.contact-page #map {
  height: 500px;
}

.staff-page .job-title {
  clear: both;
  page-break-after: always;
  font-weight: 600;
}

.phone-number span {
  color: #fff;
  margin-top: 20px;
  display: block;
  font-size: 24px;
  font-family: "Copperplate Gothic Light", Balthazar;
}

.glyphorange {
  color: #ff691f;
}

.builtby {
  margin-bottom: 20px;
}
.builtby a {
  color: #fff;
}

.property-page .thumbnail {
  height: 75px;
  padding: 0;
  border-radius: 0;
}
.property-page .thumbnail img {
  height: 75px;
  padding-bottom: 1px;
}
.property-page .floor-plan-img {
  margin-bottom: 60px;
}
.property-page #property-slider {
  border: 1px solid #e2e2e2;
  max-height: 430px;
}
.property-page #property-slider img {
  max-height: 430px;
  margin: 0 auto;
}
.property-page #property-slider .carousel-indicators li {
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: #ff691f;
}
.property-page #property-slider .carousel-indicators .active {
  background-color: #e2e2e2;
}
.property-page .main-img-box {
  border: 1px solid #e2e2e2;
  height: 430px;
  width: 100%;
}
.property-page .main-img-box .col-md-1 {
  height: 430px;
}
.property-page .main-img-box .prev {
  width: 70px;
  height: 430px;
  cursor: pointer;
}
.property-page .main-img-box .prev i {
  position: absolute;
  top: 50%;
  margin-left: 15px;
}
.property-page .main-img-box .next {
  position: absolute;
  width: 70px;
  height: 430px;
  cursor: pointer;
}
.property-page .main-img-box .next i {
  position: absolute;
  top: 50%;
  margin-right: 15px;
}
.property-page .main-img-box img {
  height: 430px;
  margin: 0 auto;
  padding-bottom: 1px;
}
.property-page .price {
  right: 5%;
  float: right;
  position: relative;
}
.property-page .orange {
  color: #ff691f;
  margin: 0;
  padding: 0;
}
.property-page .black {
  color: #000;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.property-page .station-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.property-page .station-list img {
  padding-right: 5px;
  top: -1px;
  position: relative;
}
.property-page #map {
  height: 200px;
}
.property-page .thumb {
  margin-bottom: 10px;
  cursor: pointer;
}
.property-page .request {
  background: #e2e2e2;
  padding: 15px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.property-page .request p {
  margin-top: 10px;
}
.property-page .request strong {
  font-size: 20px;
}

.logo {
  background: url("/images/logo.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 10px;
  height: 150px;
  width: 150px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  float: left;
  position: absolute;
  top: 25px;
  z-index: 1;
  border: 2px solid #ff691f;
}

.btn-primary {
  background: #ff691f;
  color: #fff;
  border: 1px solid #ff691f;
}

#home-page-slider img {
  width: 100%;
}
#home-page-slider .carousel-caption {
  background-color: rgba(255, 105, 31, 0.9);
  right: 0;
  left: auto;
  max-width: 650px;
  font-size: 22px;
  bottom: 100px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.page-header {
  border-bottom: none;
  margin: 0;
}
.page-header h1 {
  font-family: "Copperplate Gothic Light", Balthazar;
  color: #fff;
}
.page-header a:hover {
  text-decoration: none;
}
.page-header a:focus {
  text-decoration: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: none !important;
  font-weight: 600;
  color: #222;
}

.navbar-default {
  background: #ff691f;
  border-color: #ff691f;
}
.navbar-default .navbar-nav li a {
  color: #fff;
}

#internal-page {
  margin-top: 20px;
  margin-bottom: 20px;
}

header {
  background: #ff691f;
}

footer {
  min-height: 150px;
  color: #fff;
  background: #ff691f;
  padding-top: 10px;
}
footer p {
  margin: 0;
  padding: 0;
}
footer address {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-logo {
  display: none;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .carousel-caption {
    display: none;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .logo {
    display: none;
  }
  .property-page .main-img {
    display: none;
  }
  .property-page .price {
    right: 0;
    float: left;
  }
  .mobile-logo {
    display: block;
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px;
  }
  .page-header h1 {
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .contact-page #map {
    height: 200px;
  }
}
/* Custom, iPhone Retina */
