@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
body {
  background: #000;
  color: #aaa;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}


/* Content Tags */

h1, h2, h3 {
  color: #dfb753;
  font-weight: 600;
}

h1 {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

p {
  line-height: 18px;
}

a {
  color: #aaa;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

h2 a {
  color: #dfb753;
  text-decoration: none;
}

h2 a:hover {
  color: #fff;
  text-decoration: none;
}

input, select {
  height: 27px;
  line-height: 26px;
  padding: 0 5px;
  outline: none;
  vertical-align: middle;
}

input, select, textarea {
  background: #2c2b2b none repeat scroll 0 0;
  border: 0 none;
  color: #aaa;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-shadow: 0 0 2px #000;
  -webkit-border-radius:0;
}

select {
  background-image:url('../images/caret.gif');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -webkit-appearance:none;
}

input[type="checkbox"], input[type="radio"] {
  height: auto;
  padding: 0;
  vertical-align: middle;
}

button {
  background: rgba(0, 0, 0, 0) url("../images/bg-button.png") repeat scroll 0 0;
  border: 0 none;
  color: #000;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  height: 27px;
  line-height: 26px;
  padding: 0;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}

label {
  font-weight: 400;
  margin: 0px;
}

ul {
  padding: 0px;
}

ul > li {
  list-style: none;
}

ul > li::before {
  color: #dfb753;
  content: '•';
  margin-right: 5px;
}

ul ul {
  padding-left: 15px;
}

ul ul > li::before {
  color: #fff;
  content: '•';
  margin-right: 5px;
}


/* Exclude bullet from other components */

#listing-carousel .carousel-indicators li::before, ul#nav li::before, .listingPagination ul li::before, .nav-tabs > li::before, .phAgent address ul li::before, #ph_expert .phExpertInfo ul li::before, .ui-multiselect li::before, ul.sortable-cards li::before, .sideNav li::before, .plans ul li::before, #listing-floorplan ul li::before {
  content: '';
  margin-right: 0px;
}

#portfolio ul li::before {
  content: '';
  margin-right: 0px;
}


/* END Content tags */


/* Header */

header {
  background: url(../images/bg-header.jpg) top repeat-x;
  position: relative;
}

header a.logo {
  display: inline-block;
  margin: 15px auto;
  text-align: center;
}

header #account_area {
  position: absolute;
  right: 10px;
  top: 35px;
}

header #account_area a {
  color: #aaa;
  text-decoration: none;
}

header #account_area a:hover {
  color: #dfb753;
  text-decoration: none;
}

@media (max-width:767px) {
  header a.logo {
    margin: 15px 0px;
  }
  header a.logo img {
    height: 60px;
    width: auto;
  }
  header #account_area a {
    font-size: 12px;
  }
}


/* END Header */


/* Navigation */

nav {
  background: url(../images/bg-nav-new.jpg) center top repeat #dfb753;
  box-shadow: 0 1px 9px #000;
  width: 100%;
}

nav a, nav a:hover {
  text-decoration: none;
}

nav .toggle {
  border-radius: 5px;
  display: block;
  height: 34px;
  margin: 0px 0px 0px 10px;
  padding: 10px;
  width: 34px;
}

nav .toggle .icon-bar {
  background: #000;
  border-radius: 1px;
  display: block;
  height: 2px;
}

nav .toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

nav ul {
  list-style: none;
  padding: 0px;
  text-indent: 0px;
}

ul#nav > li > a {
  color: #111;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 34px;
  line-height: 31px;
  text-transform: uppercase;
}

ul#nav > li:hover > a {
  color: #fff;
}

ul#nav > li > a.on {
  border-bottom: 3px solid #000;
  color: #000;
}

ul#nav > li > ul {
  background: #0b0b0b;
  display: none;
}

ul#nav > li > ul li + li {
  border-top: 1px dotted #333;
}

ul#nav > li > ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 34px;
  padding: 0px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

ul#nav > li > ul li:hover a {
  color: #dfb753;
}

@media (min-width:992px) {
  ul#nav {
    margin: 0px auto;
    max-width: 1140px;
  }
  ul#nav > li {
    float: left;
    position: relative;
  }
  ul#nav > li + li {
    margin-left: 30px;
  }
  ul#nav > li:hover > ul {
    display: block;
    left: -20px;
    position: absolute;
    top: 34px;
    z-index: 100;
  }

  ul#nav > li:last-child:hover > ul {
    left: initial;
    right:-20px;
  }

  ul#nav .caret_wrapper {
    display: none;
  }
}

@media (min-width:1140px) {
  ul#nav > li + li {
    margin-left: 50px;
  }
}

@media (max-width:991px) {
  nav {
    background: #DCAA53;
  }
  nav.container-fluid {
    padding: 0px;
  }
  ul#nav {
    border-top: 1px solid #000;
    display: none;
    z-index: 100;
  }
  ul#nav > li {
    cursor: pointer;
    padding: 0px 0px 0px 10px;
    position: relative;
  }

  ul#nav > li > a {
    display: inline-block;
    height: 40px;
    line-height: 37px;
  }
  ul#nav > li > ul {
    margin: 0px 0px 0px -10px;
  }

  ul#nav > li > ul li a {
    height: 40px;
    line-height: 40px;
  }

  ul#nav .caret_wrapper:focus, ul#nav .caret_wrapper:active, ul#nav .caret_wrapper:hover {
    text-decoration: none;
  }

  ul#nav .caret_wrapper {
    display: block;
    font-size: 12px;
    height: 40px;
    padding: 0 0 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  }

  ul#nav .caret_wrapper::after {
    content: '\25bc';
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
  }
}


/* END Navigation */


/* Main */

main {
  margin-bottom: 40px;
}


/* END Main */


/* Footer */

footer {
  border-top: 4px solid #dfb753;
  padding: 40px 0px 0px 0px;
}

footer p {
  color: #aaa;
  margin-bottom: 24px;
  text-align: center;
}

footer p a {
  color: #aaa;
  text-decoration: underline;
}

footer p a:hover {
  color: #fff;
  text-decoration: underline;
}

#mc-embedded-subscribe-form {
  margin: 0px auto 40px auto;
  max-width: 472px;
  overflow: hidden;
  text-align: center;
}

#mc-embedded-subscribe-form input.text {
	display: block;
	width: 236px;
	margin: 0 auto 5px;
	text-align: center;
}

#mc-embedded-subscribe-form input.email {
  border-radius: 5px 0 0 5px;
  color: #fff;
  float: left;
  font-style: normal;
  height: 34px;
  text-align: center;
  width: 236px;
  text-shadow: 0 0 2px #000;
}

#mc-embedded-subscribe-form input.button {
  background: rgba(0, 0, 0, 0) url("../images/bg-submit.png") repeat scroll 0 0;
  /*border-radius: 0 5px 5px 0;*/
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  /*float: left;*/
  height: 34px;
  line-height: 30px;
  margin: 0 auto;
  text-shadow: none;
  text-transform: uppercase;
  width: 236px;
}

@media (max-width:767px) {
  #mc-embedded-subscribe-form input.email {
    border-radius: 5px;
    float: none;
    margin: 0px auto 10px auto;
  }
  #mc-embedded-subscribe-form input.button {
    border-radius: 5px;
    float: none;
    margin: 0px auto;
  }
}


/* END Footer */


/* Home Carousel */

#home_carousel_wrapper.container-fluid {
  padding: 0px;
}

#home-carousel .carousel-inner .item {
  background: no-repeat center center;
  background-size: cover;
  height: 350px;
}

@media (min-height:640px)
{
  #home-carousel .carousel-inner .item {
    background: no-repeat center center;
    background-size: cover;
    height: 450px;
  }
}

@media (min-height:668px) {
  #home-carousel .carousel-inner .item {
    height: 500px;
  }
}

@media (min-height:768px) {
  #home-carousel .carousel-inner .item {
    height: 600px;
  }
}

@media (min-height:900px) {
  #home-carousel .carousel-inner .item {
    height: 650px;
  }
}

#home-carousel .carousel-control .arrow {
  background: no-repeat center center;
  display: block;
  height: 40px;
  left: 50%;
  margin: -20px 0px 0px -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

#home-carousel .carousel-control.left .arrow {
  background-image: url(../images/slide-go-left-new.png);
}

#home-carousel .carousel-control.right .arrow {
  background-image: url(../images/slide-go-right-new.png)
}

#home-carousel .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 80px;
  display: table;
  padding: 20px;
  text-align: left;
  width: auto;
}

#home-carousel .carousel-caption .itemMainName, #home-carousel .carousel-caption .itemName {
  color: #dfb753;
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home-carousel .carousel-caption .itemMainName a, #home-carousel .carousel-caption .itemName a, #home-carousel .carousel-caption .itemMainName a:hover, #home-carousel .carousel-caption .itemName a:hover {
  color: #dfb753;
}

#home-carousel .carousel-caption .itemMainName a {
  text-decoration: underline;
}

#home-carousel .carousel-caption .itemName a {
  text-decoration: none;
}

#home-carousel .carousel-caption .location {
  color: #a1a1a1;
  display: block;
  font-size: 18px;
  line-height: 36px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home-carousel .carousel-caption .price {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home-carousel .carousel-inner .item .seal,
#home-carousel .carousel-inner .item .seal-featured,
#home-carousel .carousel-inner .item .seal-open,
#listing-carousel .carousel-inner .seal,
#listing-carousel .carousel-inner .seal-featured,
#listing-carousel .carousel-inner .seal-open
{
  position: absolute;
  z-index: 1;
}

@media (min-width:768px) {
  #home-carousel .carousel-inner .item .seal {
    bottom: 20px;
    right: 40px;
  }
  #home-carousel .carousel-inner .item .seal-featured {
    right: 30px;
    top: 22px;
  }
  #home-carousel .carousel-inner .item .seal-open {
    left: 0px;
    top: 0px;
  }
  #listing-carousel .carousel-inner .seal {
    bottom: 5px;
    right: 5px;
  }
  #listing-carousel .carousel-inner .seal-featured {
    right: 5px;
    top: 5px;
  }
  #listing-carousel .carousel-inner .seal-open {
    left: 0px;
    top: 0px;
  }
}

@media (max-width:767px) {
  #home-carousel .carousel-caption {
    bottom: 0;
    display: block;
    left: 0;
    padding: 10px;
    text-overflow: ellipsis;
    width: 100%;
  }
  #home-carousel .carousel-caption .itemMainName, #home-carousel .carousel-caption .itemName {
    font-size: 18px;
  }
  #home-carousel .carousel-caption .location, #home-carousel .carousel-caption .price {
    font-size: 14px;
  }
  #home-carousel .carousel-inner .item .seal {
    bottom: 10px;
    right: 30px;
  }
  #home-carousel .carousel-inner .item .seal-featured {
    right: 15px;
    top: 15px;
  }
  #home-carousel .carousel-inner .item .seal-open {
    left: 0px;
    top: 0px;
  }
  #listing-carousel .carousel-inner .seal {
    bottom: 5px;
    right: 5px;
  }
  #listing-carousel .carousel-inner .seal-featured {
    right: 5px;
    top: 5px;
  }
  #listing-carousel .carousel-inner .seal-open {
    left: 0px;
    top: 0px;
  }
}


/* END Home Carousel */


/* Home Content */

#home_content_wrapper {
  padding: 30px 0px 0px 0px;
}

#home_content {
  margin: 0px auto;
  text-align: center;
}

#home_content h2 {
  font-weight: 400;
  margin: 0 0 30px;
  text-transform: uppercase;
}

#home_content p {
  font-weight: 400;
  line-height: 24px;
  margin: 0.8em 0;
}

@media (min-width:992px) {
  #home_content_wrapper {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 0px 0px 0px;
    margin-bottom: 40px;
    margin-top: -60px;
  }
  #home_content {
    background: url(../images/bg-home-content-new.png) center center no-repeat;
    height: 508px;
    padding: 70px 0px 0px 0px;
    width: 828px;
  }
  #home_content h2 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    text-shadow: 0 0 3px #ff9;
  }
  #home_content p {
    color: #000;
    font-size: 16px;
    text-shadow: 0 0 3px #ff9;
  }
}

@media (max-width:991px) {
  #home_content h2 {
    color: #dfb753;
    font-size: 18px;
  }
  #home_content p {
    color: #fff;
    font-size: 16px;
  }
}


/* END Home Content */


/* Find / Search */

#phSearch h2 {
  line-height: 40px;
  margin: 0px;
  text-transform: uppercase;
}

#phSearch label {
  color: #dfb753;
  display: block;
  font-size: 15px;
  line-height: 24px;
}

#phSearch input {
  border-top: 1px solid #dfb753;
  padding: 5px 8px;
  width: 100%;
}

#phSearch select {
  border-top: 1px solid #dfb753;
  height: 29px;
  padding: 0px 8px;
  width: 100%;
}

#phSearch button {
  margin-top: 19px;
  width: 100%;
}

#listingHeader {
  background: #2c2b2b none repeat scroll 0 0;
  border-top: 1px solid #dfb753;
  height: 39px;
  line-height: 38px;
  margin-bottom: 20px;
}

#listingHeader select {
  width: 100%;
}

#listingHeader h1, #listingHeader h2, #listingHeader h3, #listingHeader p {
  line-height: 38px;
  margin: 0 0 0 10px;
}

#listingHeader .button {
  margin: 5px 0 0 0;
  padding: 0 10px;
}

.property + .property {
  margin-top: 20px;
}

.property .phPic a {
  border: 2px solid #dfb753;
  display: block;
  position: relative;
}

.property .phPic a img {
  height: auto;
  width: 100%;
}

.property .phPic span {
  background: rgba(0, 0, 0, 0) url("../images/seal-sold-2.png") repeat scroll 0 0;
  bottom: 5px;
  display: block;
  height: 65px;
  position: absolute;
  right: 12px;
  width: 60px;
}

.property .phPic span.archived {
  background: rgba(0, 0, 0, 0) url("../images/archived.png") repeat scroll 0 0;
  display: block;
  height: 46px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 69px;
}

.property .phPic span.featured {
  background: rgba(0, 0, 0, 0) url("../images/featured.png") repeat scroll 0 0;
  bottom: 10px;
  display: block;
  height: 55px;
  left: 15px;
  position: absolute;
  width: 104px;
}

.property .phPic span.open {
  background: rgba(0, 0, 0, 0) url("../images/open-house.png") repeat scroll 0 0;
  display: block;
  height: 91px;
  left: 0;
  position: absolute;
  top: 0;
  width: 91px;
}

.property .phData h2 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.property .phData .phLocation {
  color: #b3b3b3;
  display: block;
  font-weight: 700;
}

.property .phData .phPrice {
  color: #dfb753;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
}

.property .phData .phShortInfo {
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
  margin: 13px 0;
  text-align: justify;
}

.property .phData .phFeats strong {
  color: #dfb753;
  display: inline-block;
}

.property .phData .button {
  bottom: 0px;
  clear: both;
  margin: 30px 0px 0px 0px;
  position: relative;
  width: 100%;
}

.button.alt span, .button span {
  background: rgba(0, 0, 0, 0) url("../images/bg-more.png") no-repeat scroll 100% 50%;
  padding-right: 11px;
}

.listingPagination {
  background: #2c2b2b none repeat scroll 0 0;
  border-top: 1px solid #dfb753;
  clear: left;
  color: #fff;
  height: 39px;
  line-height: 38px;
  margin-top: 22px;
  overflow: hidden;
  padding: 0 16px;
  text-align: center;
}

.listingPagination a {
  color: #fff;
  text-decoration: none;
}

.listingPagination a:hover {
  color: #dfb753;
}

.listingPagination a.pagPrev, .listingPagination .pagPrev a {
  background: rgba(0, 0, 0, 0) url("../images/bg-link-prev.png") no-repeat scroll 0 50%;
  float: left;
  padding-left: 12px;
}

.listingPagination a.pagNext, .listingPagination .pagNext a {
  background: rgba(0, 0, 0, 0) url("../images/bg-link-next.png") no-repeat scroll 100% 50%;
  float: right;
  padding-right: 12px;
}

.listingPagination ul {
  display: inline;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
}

.listingPagination ul li {
  display: inline;
  padding: 0 2px;
}

.listingPagination ul li.active a {
  color: #dfb753;
}

@media (max-width:991px) {
  #phSearch {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .property {
    border-bottom: 1px dotted #333;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .phPic {
    margin-bottom: 20px;
  }
}


/* END Find / Search */


/* Listing */

#listing-carousel {
  margin-bottom: 20px;
}

#listing-carousel .carousel-inner {
  border-bottom: 15px solid #DEB36B;
  border-left: 15px solid #C07D14;
  border-right: 15px solid #C07D14;
  border-top: 15px solid #DEB36B;
}

#listing-carousel .carousel-inner .item {
  background: no-repeat center center;
  background-size: cover;
  height: 250px;
}

@media (min-height:640px) {
  #listing-carousel .carousel-inner .item {
    height: 400px;
  }
}

#listing-carousel .carousel-control .arrow {
  background: no-repeat center center;
  display: block;
  height: 40px;
  left: 50%;
  margin: -20px 0px 0px -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

#listing-carousel .carousel-control.left .arrow {
  background-image: url(../images/slide-go-left-new.png);
}

#listing-carousel .carousel-control.right .arrow {
  background-image: url(../images/slide-go-right-new.png)
}

#listing-carousel .carousel-inner .item .seal, #home-carousel .carousel-inner .item .seal-featured, #home-carousel .carousel-inner .item .seal-open {
  position: absolute;
  z-index: 1;
}

#listing-carousel .carousel-indicators-wrapper {
  height: auto;
  max-height: 140px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#listing-carousel .carousel-indicators-wrapper .indicator-control {
  display: block;
  height: 140px;
  overflow: hidden;
  position: absolute;
  text-indent: 100px;
  top: 0;
  width: 22px;
  z-index: 50;
}

#listing-carousel .carousel-indicators-wrapper .indicator-control.prev {
  background: rgba(0, 0, 0, 0) url("../images/bg-gp-prev.jpg") repeat scroll 0 0;
  left: 0;
}

#listing-carousel .carousel-indicators-wrapper .indicator-control.next {
  background: rgba(0, 0, 0, 0) url("../images/bg-gp-next.jpg") repeat scroll 0 0;
  right: 0;
}

#listing-carousel .carousel-indicators {
  display: inline-block;
  left: 36px;
  margin-left: 0px;
  position: relative;
  top: 0;
  white-space: nowrap;
  width: 1000%;
}

#listing-carousel .carousel-indicators li {
  border: 2px solid #f4ecad;
  border-radius: 0px;
  float: left;
  height: auto;
  max-height: 140px;
  margin: 0px 20px 0px 0px;
  text-indent: 0px;
  width: auto;
}

#listing-carousel .carousel-indicators li.active {
  height: auto;
  width: auto;
}

#listing-carousel .carousel-indicators li img {
  display: block;
}

@media (min-width:768px) {
  #property {
    margin-top: 20px;
  }
  #listing-carousel .carousel-inner .item .seal {
    bottom: 20px;
    right: 40px;
  }
  #listing-carousel .carousel-inner .item .seal-featured {
    right: 30px;
    top: 22px;
  }
  #listing-carousel .carousel-inner .item .seal-open {
    left: 0px;
    top: 0px;
  }
}

@media (max-width:767px) {
  #listing-carousel {
    margin: 0px -10px 20px -10px;
  }
  #listing-carousel .carousel-caption .location, #home-carousel .carousel-caption .price {
    font-size: 14px;
  }
  #listing-carousel .carousel-inner {
    border: none;
    border-bottom: 2px solid #dfb753;
  }
  #listing-carousel .carousel-inner .item .seal {
    bottom: 10px;
    right: 30px;
  }
  #listing-carousel .carousel-inner .item .seal-featured {
    right: 15px;
    top: 15px;
  }
  #listing-carousel .carousel-inner .item .seal-open {
    left: 0px;
    top: 0px;
  }
}

#contentProperty h1 {
  color: #dfb753;
  font-size: 18px;
  margin: 0;
}

#contentProperty h1 .itemType {
  display: block;
  font-size: 15px;
}

#contentProperty .phLocation {
  color: #b3b3b3;
  display: block;
  font-weight: 700;
}

#contentProperty .phPrice {
  color: #dfb753;
  display: block;
  font-size: 18px;
  margin: 12px 0 24px;
}

#contentProperty .listingDetailsList, #contentProperty .booking, #contentProperty .features, #contentProperty .map {
  border-top: 1px solid #dfb753;
  margin-bottom: 20px;
  padding-top: 20px;
}

#contentProperty .listingDetailsList .row > div {
  font-size: 13px;
  margin-bottom: 10px;
}

#contentProperty .listingDetailsList .row > div:nth-child(2n+1) {
  color: #dfb753;
}

#contentProperty .listingDetailsList a {
  color: #aaa;
  text-decoration: underline;
}

#contentProperty .listingDetailsList a:hover {
  color: #fff;
}

#contentProperty .features ul li {
  display: inline;
  margin-left: 10px;
  white-space: nowrap;
}

#contentProperty h3 {
  
}

#contentProperty h4 {
  color: #dfb753;
  font-size: 14px;
  line-height: 18px;
}

#sidebarProperty .toolbar a {
  background: #2c2b2b none repeat scroll 0 0;
  float: left;
  height: 30px;
  width: 30px;
}

#sidebarProperty .toolbar {
  height: 40px;
  margin-bottom: 12px;
  width: 220px;
}

#sidebarProperty .toolbar a + a {
  margin-left: 10px;
}

#sidebarProperty .phAgent h2 {
  color: #dfb753;
  line-height: 22px;
  margin: 0;
}

.phAgentLink {
  color: #fff;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phAgentPic {
  background: #e3e3e3 none repeat scroll 0 0;
  border: 1px solid #f4ecad;
  margin-bottom: 10px;
  margin-top: 18px;
}

#sidebarProperty .phAgent address ul {
  color: #aaa;
  list-style: outside none none;
  margin: 12px 0;
  padding: 0;
}

#sidebarProperty .phAgent address ul li {
  line-height: 18px;
}

#sidebarProperty .phAgent h3 {
  line-height: 20px;
  margin: 10px 0;
}

#getPhExpert input, #getPhExpert textarea, #getPhExpert button {
  width: 100%;
}

#getPhExpert label.error {
  color: #ff0000;
}

@media (max-width:767px) {
  #sideProperty .phAgentPic {
    margin: 18px auto 10px auto;
  }
}


/* END Listing */


/* Penthouse Experts */

.expert {
  margin-bottom: 20px;
}

.expert .expertHeader {
  overflow: hidden;
}

.expert h2 {
  margin: 0;
  text-transform: uppercase;
}

.expert .phAgentPicWrapper {
  height: 218px;
  margin: 20px 0px;
}

.expert address {
  font-style: normal;
  height: 190px;
}

@media (min-width:768px) {
  .expert .expertHeader {
    min-height: 67px;
  }
}

@media (max-width:767px) {
  .expert {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
  }
  .expert .phAgentPicWrapper {
    height: auto;
  }
  .expert address {
    font-style: normal;
    height: auto;
  }
}


/* END Penthouse Experts */


/* Penthouse Expert Profile */

#ph_expert {
  margin-top: 20px;
}

#ph_expert .phExpertPic img {
  border: 1px solid #dac464;
  margin: 0px auto;
  padding: 8px;
  
}

#ph_expert .phExpertInfo h1 {
  margin-top: 0px;
}

#ph_expert .phExpertContent {
  border-top: 1px solid #dfb753;
  margin-top: 20px;
  padding-top: 10px;
}

@media (max-width:767px) {
  #ph_expert .phExpertPic img {
    height: auto;
    max-height: 200px;
    max-width: 100%;
    width: auto;
  }
  #ph_expert .phExpertInfo h1 {
    margin-top: 20px;
  }
}


/* END Penthouse Expert Profile */


/* Featured Penthouses */

@media (max-width:767px) {
  #featured_ph #listingHeader select {
    margin: 5px 0px;
  }
}


/* END Featured Penthouses */


/* PH Collection */

.collectedPH {
  margin-bottom: 20px;
}

.collectedPH > h2 {
  margin-top: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.collectedPH .cphThumb {
  border: 1px solid #dfb753;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}

.collectedPH .cphThumb img {
  height: auto;
  width: 100%;
}

.collectedPH .remove {
  background: rgba(0, 0, 0, 0) url("../images/icon-trash.png") no-repeat scroll 100% 50%;
  color: #aaa;
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  margin: 10px 0px 0px 0px;
  padding-right: 24px;
  text-decoration: none;
}

@media (max-width:767px) {
  .collectedPH {
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
  }
}


/* END PH Collection */


/* Login */

.userForm .form-group {
  margin-bottom: 10px;
}

.userForm input:not([type="checkbox"]) {
  width: 100%;
}

.userForm input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  z-index: 500;
}

.userForm input[type="checkbox"] + span, .userForm input[type="checkbox"] + .error + span {
  background: rgba(0, 0, 0, 0) url("../images/bg-checkbox.png") no-repeat scroll 0 0;
  display: inline-block;
  font-size: 13px;
  height: 27px;
  line-height: 26px;
  padding-left: 37px;
}

.userForm input[type="checkbox"]:checked + span, .userForm input[type="checkbox"]:checked + .error + span, .userForm input.checked + span, .userForm input.checked + .error + span {
  background-image: url("../images/bg-checkbox-on.png");
}

.userForm input.error {
  background: #4c2b2b none repeat scroll 0 0;
}

.userForm label.error {
  color: #a00;
  display: block;
  line-height: 16px;
  padding: 4px 0 9px;
}

.userForm label.checkbox {
  display: inline-block;
  height: 27px;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}

.userForm a.forgot_password {
  line-height: 27px;
}

.userForm button {
  width: 100%;
}

#login a.register {
  background: url(../images/cta-become-a-member.png) center center no-repeat;
  background-size: cover;
  display: block;
  height: 138px;
  width: auto;
}

@media (max-width:991px) {
  #login a.register {
    height: 80px;
  }
}

#login #listingHeader {
  margin-top: 40px;
}


/* END Login */


/* Expert Register */

.managePHForm select {
  width: 100%;
}

.managePHForm label input:first-child, .managePHForm .label input:first-child {
  left: -9999px;
  position: absolute;
  visibility: hidden;
  z-index: 10;
}

.managePHForm label input + span, .managePHForm label input[type="radio"] + .error + span, .managePHForm .label input + span, .managePHForm .label input[type="radio"] + .error + span {
  background: rgba(0, 0, 0, 0) url("../images/bg-radio.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding-left: 44px;
  white-space: nowrap;
  z-index: 20;
}

.managePHForm label input:checked + span, .managePHForm label input[checked="checked"] + span, .managePHForm label input.checked + span, .managePHForm label input:checked + .error + span, .managePHForm label input[checked="checked"] + .error + span, .managePHForm label input.checked + .error + span {
  background-image: url("../images/bg-radio-on.png");
}

.managePHForm label + div.pull-right {
  margin-right: 20px;
}


/* END Expert Register */

/*My Listings*/

.listings {
	border: 1px solid #232323;
	font-size: 12px;
}

.listings .row + .row {
	border-top: 1px solid #232323;
}

.listing_header {
	color:#dfb753;
	font-size: 13px;
	font-weight: 700;
}

.listings div[class^=col-] {
	padding-bottom: 10px;
	padding-top: 10px;
}

.listings .status {
	color:#363;
}

.listings .status.sold {
	color:#733;
}

.listings .status.archived {
	color:#778;
}

.lsicon {
    background-image: url("../images/status-icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    padding: 3px 0 3px 25px;
    text-decoration: none;
}

.lsicon.icon-off {
    background-position: 0 100%;
}

.lsicon.icon-on {
    background-position: 0 2px;
}

@media (max-width:767px) {
  .listings .thumb {
    height: auto;
    width:100%;
  }
}

/*END My Listings*/

/* Add listing */

.ui-widget {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 400 !important;
}

.ui-widget-header {
  background: #2c2b2b none repeat scroll 0 0 !important;
  border-bottom: 1px solid #333 !important;
  border-top: 1px solid #dfb753 !important;
  color: #dfb753 !important;
  font-weight: 400 !important;
}

.ui-multiselect ul.selected, .ui-multiselect ul.available {
  background: #191919 none repeat scroll 0 0 !important;
  height: 162px !important;
}

.ui-multiselect input.search, .ui-multiselect input.search.ui-state-active {
  border: 0 none !important;
  border-radius: 0 !important;
  color: #000 !important;
  height: 18px !important;
  opacity: 0.75 !important;
  text-indent: 3px;
  text-shadow: none !important;
}

.ui-multiselect li {
  background: #000 none repeat scroll 0 0 !important;
  color: #c3c3c3 !important;
  font-weight: 400 !important;
  height: auto !important;
}

@media (max-width:767px) {
  .ui-multiselect .count {
    display: block;
    float: none !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0px 0px 0px 5px !important;
  }
  .ui-multiselect .remove-all, .ui-multiselect .add-all {
    display: block;
    float: none !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0px 0px 0px 5px !important;
  }
  .ui-multiselect input.search, .ui-multiselect input.search.ui-state-active {
    float: none !important;
    height: 30px !important;
    margin: 5px 5px 5px 0px !important;
    width: 90% !important;
  }
  .ui-multiselect li {
    height: 30px !important;
    line-height: 30px !important;
  }
}

ul.sortable-cards > li {
  float: left;
  text-align: center;
}

ul.sortable-cards > li {
  margin-right: 20px;
}

ul.sortable-cards img:not(.delete) {
  border: 1px solid #dfb753;
  margin-top: 10px;
}

ul.sortable-cards img.delete {
  border: none !important;
}

ul#photoGalleryWrapper > li:first-child img {
  border-bottom: 10px solid #DEB36B;
  border-left: 10px solid #C07D14;
  border-right: 10px solid #C07D14;
  border-top: 10px solid #DEB36B;
}

@media (min-width:768px) {
  ul.sortable-cards img:not(.delete) {
    height: 100%;
    max-height: 100px;
    width: auto;
  }
}

@media (max-width:767px) {
  ul.sortable-cards img:not(.delete) {
    height: auto;
    max-height: 70px;
    max-width: 150px;
    width: auto;
  }
}


/* END Add listing */

/* Press */

.partner .partnerPic {
  text-align: center;
}

.partner .partnerPic img{
  border: 1px solid #dac464;
  padding: 8px;
}

.partner .partnerInfo h2{
  margin-top: 0px;
  text-transform: uppercase;
}

@media (max-width:767px) {
  .partner .partnerInfo h2{
    margin-top: 20px;
  }
}

/* END Press */

/* Contact */

#contentContact > h1:first-child {
    margin-bottom: 34px;
}
#contentContact > h1:first-child + p {
    font-weight: 600;
    margin-top: 0;
}

#contentContact form label span:first-child {
    display: inline-block;
}
#contentContact form input, #contentContact form textarea {
    width: 100%;
}
#contentContact form textarea {
    height: 100px;
}
#contentContact form label.checkbox {
    display: inline-block;
    height: 27px;
    line-height: 26px;
}
#contentContact form input[type="checkbox"] {
    position: relative;
    visibility: hidden;
    z-index: 500;
    position: absolute;
}
#contentContact form input[type="checkbox"] + span {
    background: rgba(0, 0, 0, 0) url("../images/bg-checkbox.png") no-repeat scroll 0 0;
    display: block;
    height: 27px;
    line-height: 26px;
    padding-left: 37px;
}
#contentContact form input[type="checkbox"]:checked + span, #contentContact form input.checked + span {
    background-image: url("../images/bg-checkbox-on.png");
}
#contentContact form button {
    margin: 0 0 18px 0px;
    width: 100%;
}
#contentContact form p {
    font-size: 10px;
    line-height: 12px;
    margin: 0;
}
#sidebarContact {
    color: #dfb753;
    float: left;
}
#sidebarContact > h2:first-child {
    margin-bottom: 34px;
}
#sidebarContact p + p > strong {
    color: #aaa;
}

/*END Contact*/

/*Edit Profile*/

.sideNav {
  background: #2c2b2b none repeat scroll 0 0;
  border-top: 1px solid #dfb753;
  list-style: outside none none;
  margin: 16px 0 0;
  padding: 17px 20px;
}

.sideNav li {
    padding: 7px 0;
}

.sideNav li + li {
    border-top: 1px solid #4d4730;
}

.sideNav li a {
    background: rgba(0, 0, 0, 0) url("../images/bg-more-var.png") no-repeat scroll 0 50%;
    color: #d5d5d5;
    padding-left: 20px;
    text-decoration: none;
}
.sideNav li a.on, .sideNav li a:hover {
    color: #dfb753;
    text-decoration: none;
}

/*END Edit Profile*/

/*Mambership*/

.plans > .row > .col-sm-2 {
  font-weight: bold;
}

.plans .row:not(.header) .row {
  border-bottom: 1px solid #333;
}

.plans .row:not(.header) .row > div {
  padding-bottom: 10px;
  padding-top:10px;
}

.plans span {
    background: rgba(0, 0, 0, 0) url("../images/bg-membership-feature-half.png") no-repeat scroll 0 50%;
    color: #dfb753;
    display: inline-block;
    line-height: 24px;
    padding-left: 19px;
    position: relative;
}

.plans span.no {
    background-image: url("../images/bg-membership-feature-off-half.png");
    color: #c3c3c3;
}

.plans span.optional {
    background-image: url("../images/bg-membership-feature-opt-half.png");
    color: #e3e3d9;
    cursor: pointer;
    position: relative;
}

.plans p.optional {
    background: rgba(0, 0, 0, 0) url("../images/bg-membership-feature-opt-half.png") no-repeat scroll 0 50%;
    line-height: 24px;
    padding-left: 20px;
}

.plans .button {
  display: block;
  width: 100%;
}

.plans .button span {
  margin: 0;
}

@media (max-width:767px)
{
  .plans .row.header {
    display: block;
  }

  .plans > .row > .col-sm-2 {
    /*font-size: 16px;
    font-weight: bold;*/
    margin:30px 0 15px 0;
    text-align: center;
  }

  /*.plans .row .row {
    display: flex;
    flex-wrap: wrap;
  }

  .plans .row .row > div {
    flex:1 1 49%;
    float: none;
    margin: 0;
  }*/

  .plans span {
    margin-top:15px;
  }

  .plans .button {
    margin-bottom: 20px;
  }
}

/*END Membership*/

/* General */

#contentFull {
  margin-bottom: 40px;
}

#contentFull > h1 + p, #contentFull > h2 + p, #contentFull > h2 + ul, #contentFull > h2 + dl {
  margin-top: -10px;
}

#contentFull > p {
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}

#contentFull h2 {
  text-transform: uppercase;
}

.button, .button:hover {
  background: rgba(0, 0, 0, 0) url("../images/bg-button.png") repeat scroll 0 0;
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 27px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}

.red-place::-moz-placeholder {
  color: #cc0000;
  opacity: 1;
}

.more-link {
  background: rgba(0, 0, 0, 0) url("../images/bg-more-alt.png") no-repeat scroll 100% 60%;
  padding-right: 10px;
}

.nav-tabs {
  border-bottom: 2px solid #dfb753;
}

.nav-tabs > li > a {
  background: #2b2a2a none repeat scroll 0 0;
  border: none;
  border-radius: 0px;
  color: #dfb753;
  cursor: pointer;
  display: block;
  font-weight: 700;
  height: 25px;
  line-height: 24px;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #2b2a2a;
  border: none;
  color: #fff;
  text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: rgba(0, 0, 0, 0) url("../images/bg-button.png") repeat scroll 0 0;
  border: none;
  color: #000;
  cursor: pointer;
  height: 27px;
  line-height: 26px;
}

.tab-content {
  margin-bottom: 20px;
}

.m_t_20 {
  margin-top: 20px;
}

.p_10 {
  padding: 10px;
}

.separator {
  border-top: 1px solid #dfb753;
  margin-top: 20px;
  padding-top: 20px;
}

.tooltip {
  cursor: pointer;
}

.tooltip-inner {
  background: #2b2b2b none repeat scroll 0 0 !important;
  border-radius: 4px;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 15px;
}

.gold {
  color: #dfb753;
}

.mce-toolbar button {
  display: inline;
  width: auto;
}

.carousel-inner {
  -webkit-transform-style: preserve-3d !important;
}

/* END General */

#listing-floorplan ul li {display: inline;}

#mc-embedded-subscribe-form input.error {
  background: #4c2b2b none repeat scroll 0 0;
}

#mc-embedded-subscribe-form label.error {
  color: #a00;
  display: block;
  line-height: 16px;
  padding: 4px 0 9px;
}

#press-release ul {
	margin: 0 0 0 -15px;
	overflow: hidden;
}
#press-release ul li:before {
	display: none;
}
#press-release ul li {
	width: 20%;
	height: 0;
	padding: 20% 0 0 15px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	float: left;
}
#press-release ul li img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 15px;
}
@media (max-width:960px) {
	#press-release ul li {width: 33%;}
}
@media (max-width:768px) {
	#press-release ul li {width: 50%;}
}