@font-face {
  font-family: 'MuseoSlab500';
  src: url("../assets/fonts/MuseoSlab500/Museo_Slab_500-webfont.eot");
  src: url("../assets/fonts/MuseoSlab500/Museo_Slab_500-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MuseoSlab500/Museo_Slab_500-webfont.woff") format("woff"), url("../assets/fonts/MuseoSlab500/Museo_Slab_500-webfont.ttf") format("truetype"), url("../assets/fonts/MuseoSlab500/Museo_Slab_500-webfont.svg#MuseoSlab500") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Preboot.scss
 * Variables and mixins to pre-ignite any new web development project
 * ------------------------------------------------------------------ */
#masthead {
  height: 168px;
  overflow: visible;
  position: relative;
  padding-top: 22px; }
  #masthead .top-buttons {
    margin-top: -22px;
    z-index: 102;
    position: relative;
    display: flex;
    flex-direction: row; }
    #masthead .top-buttons .right {
      width: 63%;
      height: 25px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end; }
      #masthead .top-buttons .right .header-button-one {
        font-family: "MuseoSlab500", "Rockwell", serif;
        font-weight: normal;
        color: #000;
        background-color: #ffffff;
        display: block;
        padding: 0px 15px;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        border-radius: 10px;
        transition: all 0.3s ease; }
        #masthead .top-buttons .right .header-button-one:hover {
          color: #df8d27; }
      #masthead .top-buttons .right .header-button-two {
        font-family: "MuseoSlab500", "Rockwell", serif;
        font-weight: normal;
        color: #000;
        display: block;
        padding: 0px 15px;
        background-color: #ffffff;
        display: block;
        padding: 0px 13px;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        border-radius: 10px;
        transition: all 0.3s ease; }
        #masthead .top-buttons .right .header-button-two:hover {
          color: #df8d27; }
    #masthead .top-buttons .left {
      width: 37%; }
      #masthead .top-buttons .left ul {
        float: right; }
        #masthead .top-buttons .left ul > li {
          position: relative;
          padding: 0px 15px;
          border-radius: 20px;
          float: left;
          margin: 6px 5px 2px 5px;
          background-color: #ffffff; }
          #masthead .top-buttons .left ul > li > a {
            font-family: "MuseoSlab500", "Rockwell", serif;
            font-weight: normal;
            color: #000;
            font-size: 14px; }
            #masthead .top-buttons .left ul > li > a:hover {
              text-decoration: none;
              color: #dd4e00; }
          #masthead .top-buttons .left ul > li.last {
            margin-right: 0px; }
  #masthead #menu-wrapper {
    width: auto;
    height: 89px;
    background-image: url("../images/_theme/bg-menu.png");
    position: relative;
    z-index: 100; }
    #masthead #menu-wrapper > .container > .row > a > img {
      margin-left: 10px;
      margin-top: 10px; }
    #masthead #menu-wrapper nav {
      float: right; }
      #masthead #menu-wrapper nav ul.menu {
        position: relative;
        left: 12px; }
        #masthead #menu-wrapper nav ul.menu > li {
          position: relative;
          padding: 18px 0; }
          #masthead #menu-wrapper nav ul.menu > li > a {
            display: block;
            font-family: "MuseoSlab500", "Rockwell", serif;
            font-weight: normal;
            color: #000;
            font-size: 12px;
            line-height: 25px;
            padding: 12px 10px;
            text-decoration: none;
            text-transform: uppercase; }
            #masthead #menu-wrapper nav ul.menu > li > a:hover {
              text-decoration: none;
              color: #dd4e00; }
          #masthead #menu-wrapper nav ul.menu > li ul {
            display: none;
            position: absolute;
            left: -10px;
            top: 81px;
            width: 190px;
            padding: 0 10px;
            z-index: 20000;
            background-color: #fff;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6); }
            #masthead #menu-wrapper nav ul.menu > li ul.menu-luxury {
              top: 81px;
              width: 310px;
              background-color: #d2eefe;
              border-bottom: dashed 1px #aaaaaa; }
              #masthead #menu-wrapper nav ul.menu > li ul.menu-luxury li a {
                padding: 5px 12px; }
            #masthead #menu-wrapper nav ul.menu > li ul li {
              border-top: dashed 1px #aaaaaa; }
              #masthead #menu-wrapper nav ul.menu > li ul li:first-child {
                border-top: none; }
              #masthead #menu-wrapper nav ul.menu > li ul li a {
                display: block;
                padding: 3px 12px;
                font-family: "MuseoSlab500", "Rockwell", serif;
                font-weight: normal;
                color: #000;
                font-size: 13px;
                line-height: 24px;
                text-decoration: none; }
                #masthead #menu-wrapper nav ul.menu > li ul li a:hover {
                  text-decoration: none;
                  color: #dd4e00; }
            #masthead #menu-wrapper nav ul.menu > li ul.extension {
              left: 200px;
              box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
              padding-left: 0; }
          #masthead #menu-wrapper nav ul.menu > li:hover ul {
            display: block; }
  #masthead #header-bg {
    width: auto;
    height: 438px;
    background-image: url("../images/_theme/bg-header.jpg");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0; }
  #masthead > .container {
    position: relative; }
    #masthead > .container .starburst {
      position: absolute;
      left: 160px;
      width: 903px;
      height: 200px;
      background-image: url("../images/_theme/starburst.png"); }
  #masthead .shadow-header-bottom {
    position: absolute;
    z-index: 45;
    bottom: -248px;
    left: 0;
    right: 0;
    height: 13px;
    background-image: url("../images/_theme/shadow-header-bottom.png"); }

.pages-header {
  position: absolute;
  top: 104px;
  left: 0;
  right: 0;
  z-index: 80; }
  .pages-header .container {
    position: relative; }
  .pages-header .bookmark {
    position: absolute;
    z-index: 80;
    top: 0;
    left: -40px;
    width: 124px;
    height: 129px;
    background-image: url("../images/_theme/bookmark.png"); }
  .pages-header .pages-header {
    position: relative;
    top: 10px;
    left: 90px; }
    .pages-header .pages-header .title {
      color: #fff;
      font-size: 30px;
      line-height: normal;
      margin-bottom: 0;
      text-shadow: #000000 1px 1px 1px; }
    .pages-header .pages-header .subtitle {
      color: #8ae0ff;
      font-size: 16px;
      line-height: normal;
      text-shadow: #000000 1px 1px 1px; }
    .pages-header .pages-header .right {
      display: block;
      float: right;
      margin: 14px 90px 0 0;
      width: 206px;
      height: 35px;
      background-image: url("../images/_theme/phone-bg-header.png");
      font-family: "Rockwell",serif;
      font-weight: normal;
      color: #fff;
      font-size: 24px;
      line-height: 30px;
      padding: 3px 0 0 25px;
      text-align: center; }

.home #masthead {
  width: auto;
  height: 416px;
  background-image: url("../images/_theme/bg-header.jpg");
  z-index: 200; }
  .home #masthead #rotator-wrapper {
    position: absolute;
    top: 103px;
    height: 335px;
    left: 0;
    right: 0;
    overflow: hidden; }
    .home #masthead #rotator-wrapper #slideshow {
      height: 335px;
      position: relative; }
      .home #masthead #rotator-wrapper #slideshow > li {
        position: absolute;
        top: 0;
        left: 0;
        width: 960px;
        height: 335px; }
  .home #masthead .shadow-header-bottom {
    bottom: 0; }

.home .pages-header {
  display: none; }

.ie6 #masthead #menu-wrapper > .container > .row > a, .ie7 #masthead #menu-wrapper > .container > .row > a, .ie8 #masthead #menu-wrapper > .container > .row > a {
  float: left; }
.ie6 #masthead #menu-wrapper nav ul.menu > li, .ie7 #masthead #menu-wrapper nav ul.menu > li, .ie8 #masthead #menu-wrapper nav ul.menu > li {
  float: left;
  margin-right: 4px; }
.ie6 #masthead #menu-wrapper nav ul.menu > li:hover ul, .ie7 #masthead #menu-wrapper nav ul.menu > li:hover ul, .ie8 #masthead #menu-wrapper nav ul.menu > li:hover ul {
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#9d9d9d', Direction=135, Strength=2); }

.ie6 #masthead #menu-wrapper nav ul.menu > li ul, .ie7 #masthead #menu-wrapper nav ul.menu > li ul {
  display: none !important; }

footer#site-information {
  padding-top: 30px;
  min-height: 143px;
  background-image: url("../images/_theme/bg-footer.jpg");
  background-repeat: repeat-x; }
  footer#site-information .berkley-logo {
    float: left; }
    footer#site-information .berkley-logo a img {
      width: 211px;
      height: auto; }
  footer#site-information .llws-logo {
    float: right; }
    footer#site-information .llws-logo a {
      display: inline-block;
      overflow: hidden;
      text-indent: -2000px;
      background-repeat: no-repeat;
      width: 211px;
      height: 50px;
      background-image: url("../images/_theme/rentsync_footer_logo.png"); }
  footer#site-information .logos {
    text-align: center;
    position: relative;
    top: -5px; }
    footer#site-information .logos .frpo {
      display: inline-block;
      overflow: hidden;
      text-indent: -2000px;
      background-repeat: no-repeat;
      width: 80px;
      height: 42px;
      background-image: url("../images/_theme/footerlogo-frpo.png");
      vertical-align: middle;
      margin-right: 10px; }
    footer#site-information .logos .gtaa {
      display: inline-block;
      overflow: hidden;
      text-indent: -2000px;
      background-repeat: no-repeat;
      width: 80px;
      height: 42px;
      background-image: url("../images/_theme/footerlogo-gtaa.png");
      vertical-align: middle; }
  footer#site-information .city-links {
    text-align: center; }
    footer#site-information .city-links ul {
      margin-bottom: 4px; }
      footer#site-information .city-links ul li {
        display: inline-block;
        list-style-type: none;
        background-image: url("../images/_theme/separator-footer.png");
        background-repeat: no-repeat;
        background-position: left center; }
        footer#site-information .city-links ul li:first-child {
          background-image: none; }
        footer#site-information .city-links ul li a {
          font-size: 12px;
          display: block;
          padding: 0 8px;
          color: #8a897d; }
          footer#site-information .city-links ul li a:hover {
            color: #c4c4c4;
            text-decoration: none; }

.ie6 #site-information .container .berkley-logo a, .ie7 #site-information .container .berkley-logo a {
  display: block;
  height: 60px; }
.ie6 #site-information .container .city-links, .ie7 #site-information .container .city-links {
  float: left;
  margin-left: 10px;
  width: 600px; }
  .ie6 #site-information .container .city-links ul li, .ie7 #site-information .container .city-links ul li {
    float: left; }

.cms-content h1, .cms-content h2, .cms-content h3, .cms-content h4, .cms-content h5 {
  color: #dd4e00;
  margin: 7px 0 5px 0; }
.cms-content h1 {
  font-size: 1.7em; }
.cms-content h2 {
  font-size: 1.4em; }
.cms-content h3 {
  font-size: 1.2em; }
.cms-content h4 {
  font-size: 1.1em; }
.cms-content p {
  margin-bottom: 10px; }
.cms-content img {
  border: solid 4px transparent;
  outline: solid 1px #c4c4c4;
  margin: -1px; }
.cms-content a {
  color: #005191; }
  .cms-content a:hover {
    color: #007cde; }
.cms-content table {
  border-radius: 0;
  border-style: solid;
  border-color: #c4c4c4; }
  .cms-content table tr, .cms-content table td {
    border-color: #c4c4c4; }
.cms-content table[border="0"] {
  border-width: 0 !important; }
  .cms-content table[border="0"] tr, .cms-content table[border="0"] td {
    border-width: 0 !important; }
.cms-content ul {
  list-style-type: square;
  margin: 0 0 10px 25px; }

.content-bg {
  background-color: #ffffff; }

#wrapper {
  width: 1004px;
  margin: 0 auto;
  position: relative;
  z-index: 75; }
  #wrapper a {
    color: #005191; }
    #wrapper a:hover {
      color: #007cde; }
  #wrapper .content-top-shadow {
    background-image: url("../images/_theme/shadow-content-top.png");
    height: 26px;
    width: 996px;
    position: absolute;
    left: 10px;
    top: -26px; }
  #wrapper .left-shadow, #wrapper .right-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 22px;
    background-repeat: repeat-y;
    overflow: hidden; }
    #wrapper .left-shadow .top-shadow, #wrapper .right-shadow .top-shadow {
      width: 22px;
      height: 239px; }
    #wrapper .left-shadow .bottom-shadow, #wrapper .right-shadow .bottom-shadow {
      width: 22px;
      height: 100%; }
  #wrapper .left-shadow {
    left: 0; }
    #wrapper .left-shadow .top-shadow {
      background-image: url("../images/_theme/shadow-left-top.png"); }
    #wrapper .left-shadow .bottom-shadow {
      background-image: url("../images/_theme/shadow-left-bg.png"); }
  #wrapper .right-shadow {
    right: 0; }
    #wrapper .right-shadow .top-shadow {
      background-image: url("../images/_theme/shadow-right-top-2.png"); }
    #wrapper .right-shadow .bottom-shadow {
      background-image: url("../images/_theme/shadow-right-bg-2.png"); }
  #wrapper > .container {
    padding: 40px 10px 40px 10px;
    background-color: #ffffff;
    min-height: 150px; }
  #wrapper .banner-content {
    padding: 15px 10px 0 10px; }
  #wrapper .fullbar {
    width: 900px;
    margin-left: 40px; }
  #wrapper .mainbar {
    width: 520px;
    margin-left: 40px; }
    #wrapper .mainbar.right {
      width: 660px;
      margin-left: 20px; }
  #wrapper .sidebar {
    width: 340px; }
    #wrapper .sidebar.left {
      width: 200px;
      margin-left: 40px; }

body.home #wrapper .content-top-shadow {
  display: none; }
body.home #wrapper > .container {
  padding: 15px 10px 0 10px; }

.page-header h1 {
  font-size: 20px; }

.modal #inquiry-contact-form .modal-header, .modal #send-to-friend .modal-header, .modal #condo_form .modal-header, #header-button-one .modal-header, #header-button-two .modal-header {
  background-color: #005191;
  border-radius: 4px 4px 0 0; }
  .modal #inquiry-contact-form .modal-header h3, .modal #send-to-friend .modal-header h3, .modal #condo_form .modal-header h3, #header-button-one .modal-header h3, #header-button-two .modal-header h3 {
    color: #fff; }
    .modal #inquiry-contact-form .modal-header h3 small, .modal #send-to-friend .modal-header h3 small, .modal #condo_form .modal-header h3 small, #header-button-one .modal-header h3 small, #header-button-two .modal-header h3 small {
      color: #8ae0ff; }
  .modal #inquiry-contact-form .modal-header .close, .modal #send-to-friend .modal-header .close, .modal #condo_form .modal-header .close, #header-button-one .modal-header .close, #header-button-two .modal-header .close {
    color: #fff;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8; }
    .modal #inquiry-contact-form .modal-header .close:hover, .modal #send-to-friend .modal-header .close:hover, .modal #condo_form .modal-header .close:hover, #header-button-one .modal-header .close:hover, #header-button-two .modal-header .close:hover {
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
.modal #inquiry-contact-form .modal-body, .modal #send-to-friend .modal-body, .modal #condo_form .modal-body, #header-button-one .modal-body, #header-button-two .modal-body {
  background-color: #ffffff; }
.modal #inquiry-contact-form .modal-footer, .modal #inquiry-contact-form .actions, .modal #send-to-friend .modal-footer, .modal #send-to-friend .actions, .modal #condo_form .modal-footer, .modal #condo_form .actions, #header-button-one .modal-footer, #header-button-one .actions, #header-button-two .modal-footer, #header-button-two .actions {
  background: none;
  border-top: 0; }
  .modal #inquiry-contact-form .modal-footer .paypal, .modal #inquiry-contact-form .actions .paypal, .modal #send-to-friend .modal-footer .paypal, .modal #send-to-friend .actions .paypal, .modal #condo_form .modal-footer .paypal, .modal #condo_form .actions .paypal, #header-button-one .modal-footer .paypal, #header-button-one .actions .paypal, #header-button-two .modal-footer .paypal, #header-button-two .actions .paypal {
    height: 100%; }

body.home .widget-variant-2.featured-buildings-widget > h3 {
  margin-bottom: 8px; }
body.home .container .row {
  margin-bottom: 10px; }
body.home #wrapper > .container {
  padding-top: 15px; }
  body.home #wrapper > .container p {
    font-size: 13px; }
body.home #wrapper .banner {
  margin-top: 30px;
  width: 100%;
  height: 165px;
  background-image: url("../images/_theme/banner-bg.png");
  position: relative;
  left: -10px; }
  body.home #wrapper .banner .banner-left, body.home #wrapper .banner .banner-right {
    width: 160px;
    height: 165px;
    position: absolute;
    top: 0; }
  body.home #wrapper .banner .banner-left {
    background-image: url("../images/_theme/banner-left.png");
    left: -46px; }
  body.home #wrapper .banner .banner-right {
    background-image: url("../images/_theme/banner-right.png");
    right: -49px; }
  body.home #wrapper .banner .banner-content ul {
    position: relative;
    z-index: 10;
    clear: both;
    margin: 0;
    vertical-align: top;
    text-align: center;
    margin: auto;
    width: 920px; }
    body.home #wrapper .banner .banner-content ul li {
      padding-left: 18px;
      width: 260px;
      vertical-align: top;
      text-align: left; }
      body.home #wrapper .banner .banner-content ul li h4 {
        background-image: url("../images/_theme/six-dots.png");
        position: relative;
        font-size: 18px;
        left: -18px;
        padding-left: 18px;
        background-repeat: no-repeat;
        background-position: left;
        color: #fff; }
      body.home #wrapper .banner .banner-content ul li .hr-green {
        border-top: solid 1px #6b9a45;
        border-bottom: solid 1px #41701b;
        margin: 4px 0 8px 0; }
      body.home #wrapper .banner .banner-content ul li p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 3px;
        line-height: 16px; }
    body.home #wrapper .banner .banner-content ul .first-child {
      float: left; }
    body.home #wrapper .banner .banner-content ul .last-child {
      float: right; }
  body.home #wrapper .banner .banner-content ul.detail-links li {
    text-align: right; }
    body.home #wrapper .banner .banner-content ul.detail-links li a {
      color: #fff;
      text-decoration: underline; }
      body.home #wrapper .banner .banner-content ul.detail-links li a:hover {
        color: #fff;
        text-decoration: none; }

body.property .building-section.contact-info h4, body.property .building-section.contact-info h5 {
  color: #005191; }
body.property .building-section.contact-info h5, body.property .building-section.contact-info .phone-number-container {
  margin-top: 10px; }
body.property #wrapper .mainbar {
  width: 500px; }
body.property #wrapper .sidebar {
  width: 360px;
  margin-left: 40px; }
body.property #wrapper h2 {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: dashed 1px #aaaaaa; }
body.property #wrapper .building-section {
  position: relative;
  margin-bottom: 30px; }
body.property #wrapper .tab-controls {
  text-align: right; }
  body.property #wrapper .tab-controls li {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: -1px; }
    body.property #wrapper .tab-controls li a {
      display: block;
      padding: 5px 10px;
      border: solid 1px #c4c4c4;
      border-radius: 6px 6px 0 0;
      cursor: pointer;
      background-color: #f1f1ff; }
      body.property #wrapper .tab-controls li a:hover {
        text-decoration: none; }
    body.property #wrapper .tab-controls li.active a {
      background-color: #ffffff;
      border-bottom: none;
      padding-bottom: 6px; }
body.property #wrapper .tabbed-content .box {
  display: none; }
  body.property #wrapper .tabbed-content .box.active {
    display: block; }
body.property #wrapper .crbp {
  width: 151px;
  height: 69px;
  background-image: url("../images/_theme/ribbon-crb.png");
  position: absolute;
  left: -49px;
  top: 32px;
  z-index: 200000; }
body.property #wrapper .box {
  width: 496px;
  padding: 1px;
  background-color: #ffffff;
  border: solid 1px #c4c4c4; }
  body.property #wrapper .box .content {
    width: 496px;
    bottom: 0; }
  body.property #wrapper .box object, body.property #wrapper .box embed, body.property #wrapper .box iframe {
    display: block; }
  body.property #wrapper .box .video-holder.empty {
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url("../images/_theme/loading.gif");
    background-position: center center;
    background-repeat: no-repeat; }
body.property #wrapper .print a, body.property #wrapper .email a, body.property #wrapper .back a {
  display: block;
  line-height: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  color: #5a5a5a;
  margin-bottom: 20px; }
  body.property #wrapper .print a:hover, body.property #wrapper .email a:hover, body.property #wrapper .back a:hover {
    text-decoration: none;
    color: #002d6e; }
body.property #wrapper .email a {
  float: right;
  margin-right: 20px;
  cursor: pointer;
  background-image: url("../images/_theme/icon-envelope.png"); }
body.property #wrapper .print a {
  float: right;
  background-image: url("../images/_theme/icon-printer.png"); }
body.property #wrapper .back a {
  display: inline-block;
  background-image: url("../images/_theme/icon-backarrow.png"); }
body.property #wrapper .amenities-list {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px; }
  body.property #wrapper .amenities-list ul {
    list-style-type: square; }
    body.property #wrapper .amenities-list ul li {
      list-style-type: inherit;
      margin: 5px 0 5px 25px;
      padding-left: 4px; }
body.property #wrapper .commercial-inquiry a {
  display: inline-block;
  overflow: hidden;
  text-indent: -2000px;
  background-repeat: no-repeat;
  width: 159px;
  height: 28px;
  background-image: url("../images/_theme/button-check-availability-green.png");
  display: block; }
  body.property #wrapper .commercial-inquiry a:hover {
    background-position: bottom; }
body.property #wrapper .commercial-inquiry.waiting-list a {
  background-image: url("../images/_theme/button-waiting-list.png"); }
body.property #wrapper .status-certificate-request {
  display: inline-block;
  overflow: hidden;
  text-indent: -2000px;
  background-repeat: no-repeat;
  width: 200px;
  height: 28px;
  background-image: url("../images/_theme/button-certificate.png");
  display: block; }
  body.property #wrapper .status-certificate-request:hover {
    background-position: bottom; }
body.property #wrapper .parking-info {
  text-align: left;
  display: block;
  margin: 25px auto;
  background-image: url("../images/_theme/icon-parking.png");
  background-repeat: no-repeat;
  min-height: 16px;
  line-height: 16px;
  padding-left: 22px;
  width: 320px; }
body.property #wrapper .building-utilities-widget ul {
  text-align: center;
  margin-right: -50px; }
  body.property #wrapper .building-utilities-widget ul li {
    display: inline-block;
    padding-left: 25px;
    margin-right: 50px;
    min-height: 27px;
    line-height: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 2px center;
    text-transform: uppercase; }
    body.property #wrapper .building-utilities-widget ul li.utility-heat {
      background-image: url("../images/_theme/icon-heat.png"); }
    body.property #wrapper .building-utilities-widget ul li.utility-water {
      background-image: url("../images/_theme/icon-water.png"); }
    body.property #wrapper .building-utilities-widget ul li.utility-electricity {
      background-image: url("../images/_theme/icon-electricity.png"); }
    body.property #wrapper .building-utilities-widget ul li.utility-cable, body.property #wrapper .building-utilities-widget ul li.utility-cable-tv, body.property #wrapper .building-utilities-widget ul li.utility-satellite-tv {
      background-position: left center;
      background-image: url("../images/_theme/icon-cable.png"); }
body.property #wrapper .nearby-properties li {
  margin-bottom: 12px; }
  body.property #wrapper .nearby-properties li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 12px 30px;
    background-color: #f7f4dc;
    border: solid 1px #b2b0a0;
    color: #5a5a5a; }
    body.property #wrapper .nearby-properties li a .img, body.property #wrapper .nearby-properties li a .no-img {
      float: left;
      margin-right: 12px;
      border: solid 1px #b2b0a0; }
    body.property #wrapper .nearby-properties li a .no-img span {
      display: none; }
    body.property #wrapper .nearby-properties li a h4 {
      color: #005093; }
    body.property #wrapper .nearby-properties li a aside {
      width: 44px;
      height: 54px;
      background-image: url("../images/_theme/nearby-properties-bookmark.png");
      height: 48px;
      padding-top: 6px;
      position: absolute;
      top: -3px;
      left: 8px; }
      body.property #wrapper .nearby-properties li a aside p {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        color: #ffffff;
        line-height: 14px; }

#map-wrapper {
  border: solid 1px #04487e; }

#condo_form_modal {
  position: absolute; }
  #condo_form_modal form .clearfix {
    margin-bottom: 10px; }
  #condo_form_modal form label {
    width: 150px; }
  #condo_form_modal form .inputs-list label {
    width: auto; }
  #condo_form_modal form .input {
    margin-left: 170px; }
    #condo_form_modal form .input input {
      width: 270px; }
    #condo_form_modal form .input .inputs-list input {
      width: auto; }
  #condo_form_modal form p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
    padding-top: 6px;
    color: #404040; }

#inquiry-contact-form .modal-body h4 {
  text-align: center;
  font-size: 18px; }

@media print {
  body.apartment h1, body.apartment h2, body.apartment h3, body.apartment h4, body.apartment h5, body.apartment h6, body.apartment h7, body.apartment div, body.apartment ul, body.apartment ol, body.apartment li, body.apartment span, body.apartment p, body.apartment a {
    color: #000000 !important;
    text-shadow: none !important; } }
.ie6 body.apartment #map, .ie7 body.apartment #map, .ie8 body.apartment #map {
  width: 353px !important; }
.ie6 body.apartment #wrapper .amenities-list ul:first-child, .ie7 body.apartment #wrapper .amenities-list ul:first-child, .ie8 body.apartment #wrapper .amenities-list ul:first-child {
  padding-bottom: 25px; }
.ie6 body.apartment #wrapper .amenities-list ul li, .ie7 body.apartment #wrapper .amenities-list ul li, .ie8 body.apartment #wrapper .amenities-list ul li {
  display: inline-block;
  width: 200px;
  padding-left: 25px;
  background-image: url("../images/_theme/list-square.gif");
  background-repeat: no-repeat;
  background-position: 6px center; }

.ie6 .orbit-wrapper, .ie6 #slider, .ie6 #floorplan-gallery, .ie7 .orbit-wrapper, .ie7 #slider, .ie7 #floorplan-gallery {
  height: 330px !important; }

body.contact .mainbar #inquiry-contact-form {
  border: solid 5px #c4c4c4;
  background-color: #f3f1e6;
  margin: 25px 45px;
  padding: 20px 45px; }
  body.contact .mainbar #inquiry-contact-form label {
    font-weight: normal; }
  body.contact .mainbar #inquiry-contact-form input, body.contact .mainbar #inquiry-contact-form textarea {
    width: 320px; }
    body.contact .mainbar #inquiry-contact-form input:focus, body.contact .mainbar #inquiry-contact-form textarea:focus {
      border-color: rgba(221, 78, 0, 0.5);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(221, 78, 0, 0.3); }
  body.contact .mainbar #inquiry-contact-form select {
    width: 330px; }
  body.contact .mainbar #inquiry-contact-form ul.inputs-list li {
    display: inline-block;
    width: auto;
    margin-right: 15px; }
    body.contact .mainbar #inquiry-contact-form ul.inputs-list li input {
      width: auto; }
  body.contact .mainbar #inquiry-contact-form .actions {
    text-align: center;
    background: none;
    border-top: none;
    padding: 0 0 0 0; }
    body.contact .mainbar #inquiry-contact-form .actions .btn {
      display: inline-block;
      background-color: #aa3c00;
      background-repeat: no-repeat;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4e00), color-stop(0.25, #dd4e00), to(#aa3c00));
      background-image: -webkit-linear-gradient(#dd4e00, color-stop(0.25, #dd4e00), #aa3c00);
      background-image: -moz-linear-gradient(#dd4e00, #dd4e00 25%, #aa3c00);
      background-image: -ms-linear-gradient(#dd4e00, color-stop(#dd4e00, 0.25), #aa3c00);
      background-image: -o-linear-gradient(#dd4e00, color-stop(#dd4e00, 0.25), #aa3c00);
      background-image: linear-gradient(#dd4e00, color-stop(#dd4e00, 0.25), #aa3c00);
      padding: 6px 18px;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      color: #fff;
      font-size: 13px;
      line-height: 18px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom-color: fadein(rgba(0, 0, 0, 0.1), 15%);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
      body.contact .mainbar #inquiry-contact-form .actions .btn:hover {
        background-position: 0 -15px;
        color: #fff;
        text-decoration: none; }
body.contact .sidebar .contact-info-widget {
  margin-bottom: 20px; }
  body.contact .sidebar .contact-info-widget b {
    font-family: "Rockwell",serif;
    font-weight: normal;
    color: #dd4e00;
    font-size: 14px;
    color: #005191;
    font-weight: normal; }
  body.contact .sidebar .contact-info-widget .phone-and-fax {
    margin-top: 18px; }
body.contact .info-window {
  cursor: default; }

#berkley-map-logo {
  width: 200px;
  height: 41px;
  background-image: url("../images/_theme/logo-mapsize.png"); }

#gallery {
  height: 330px;
  border: solid 1px #04487e; }
  #gallery .galleria-container {
    background: none; }
    #gallery .galleria-container .galleria-stage {
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    #gallery .galleria-container .galleria-thumbnails-container {
      display: none; }
    #gallery .galleria-container .galleria-image-nav-left, #gallery .galleria-container .galleria-image-nav-right {
      background-image: url("../images/_theme/custom-arrows.png");
      width: 36px; }
    #gallery .galleria-container .galleria-image-nav-left {
      left: 10px !important; }
    #gallery .galleria-container .galleria-image-nav-right {
      right: 10px !important;
      background-position: -36px 46px; }

@media print {
  #gallery .galleria-container .galleria-image-nav-left, #gallery .galleria-container .galleria-image-nav-right {
    display: none; } }
body.cities #wrapper .mainbar {
  width: 400px; }
body.cities #wrapper .sidebar {
  width: 440px;
  margin-left: 40px; }
body.cities #wrapper #city-map-wrapper {
  border: solid 1px #04487e; }
body.cities #wrapper .cities-list {
  float: left;
  width: 48%; }
  body.cities #wrapper .cities-list.extension {
    float: right; }
  body.cities #wrapper .cities-list .city {
    position: relative;
    padding-top: 7px;
    margin-top: 7px;
    border-top: dashed 1px #aaaaaa; }
    body.cities #wrapper .cities-list .city:first-child {
      padding-top: none;
      margin-top: none;
      border-top: none; }
    body.cities #wrapper .cities-list .city .details-link {
      position: absolute;
      right: 0;
      bottom: 7px;
      display: inline-block;
      overflow: hidden;
      text-indent: -2000px;
      background-repeat: no-repeat;
      width: 75px;
      height: 27px;
      background-image: url("../images/_theme/button-details-orange.png"); }
      body.cities #wrapper .cities-list .city .details-link:hover {
        background-position: bottom; }

.ie6 body.cities #wrapper #city-map-wrapper, .ie7 body.cities #wrapper #city-map-wrapper, .ie8 body.cities #wrapper #city-map-wrapper {
  width: 898px;
  height: 300px; }
  .ie6 body.cities #wrapper #city-map-wrapper #city-map, .ie7 body.cities #wrapper #city-map-wrapper #city-map, .ie8 body.cities #wrapper #city-map-wrapper #city-map {
    width: 897px !important;
    height: 299px !important; }

.ie6 #wrapper .search .variant-custom.buildings-widget .apartment .footer a.details-button, .ie7 #wrapper .search .variant-custom.buildings-widget .apartment .footer a.details-button {
  display: block; }

body.careers .page-content-bar, .career-page .page-content-bar {
  width: 450px;
  margin-left: 40px;
  min-height: 200px;
  padding-bottom: 50px; }
body.careers .briefcase, .career-page .briefcase {
  width: 467px;
  height: 274px;
  background-image: url("../images/_theme/briefcase.png");
  position: absolute;
  right: 22px;
  top: -20px; }
body.careers .article-career, .career-page .article-career {
  display: inline-block;
  width: 400px;
  padding: 15px;
  margin-bottom: 35px;
  vertical-align: top;
  position: relative;
  background-color: #f7f4dd;
  border: solid 1px #c8c8c8; }
  body.careers .article-career.even, .career-page .article-career.even {
    margin-left: 35px; }
  body.careers .article-career h4.title, .career-page .article-career h4.title {
    font-family: "Arial", sans-serif;
    color: #5a5a5a;
    font-size: 16px;
    color: #005191; }
  body.careers .article-career > span, .career-page .article-career > span {
    display: block;
    font-weight: bold;
    font-size: 12px; }
    body.careers .article-career > span .value, .career-page .article-career > span .value {
      font-weight: normal; }
    body.careers .article-career > span.posted, .career-page .article-career > span.posted {
      font-style: italic;
      font-weight: normal;
      position: absolute;
      top: 15px;
      right: 15px; }
  body.careers .article-career a.details, .career-page .article-career a.details {
    display: inline-block;
    overflow: hidden;
    text-indent: -2000px;
    background-repeat: no-repeat;
    width: 126px;
    height: 28px;
    background-image: url("../images/_theme/button-more-details-orange.png");
    position: absolute;
    bottom: 15px;
    right: 15px; }
    body.careers .article-career a.details:hover, .career-page .article-career a.details:hover {
      background-position: bottom; }
body.careers .no-careers, .career-page .no-careers {
  text-align: center;
  margin-top: 25px; }

#wrapper .career-page .container {
  padding: 0 10px 0 20px; }
#wrapper .career-page .special-span {
  position: relative;
  z-index: 2;
  margin-left: 40px;
  min-height: 130px; }
  #wrapper .career-page .special-span h3, #wrapper .career-page .special-span h4 {
    font-size: 26px; }
#wrapper .career-page .career-details ul li b {
  display: inline-block;
  width: 130px; }
#wrapper .career-page .career-how-to-apply, #wrapper .career-page .career-description {
  margin-top: 12px; }
  #wrapper .career-page .career-how-to-apply h3, #wrapper .career-page .career-how-to-apply h4, #wrapper .career-page .career-description h3, #wrapper .career-page .career-description h4 {
    font-size: 16px; }
#wrapper .career-page .careers-widget {
  margin-top: 75px; }
  #wrapper .career-page .careers-widget h3 {
    background-color: #005191;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 15px; }
  #wrapper .career-page .careers-widget li {
    border: solid 1px #b1b1b1;
    border-top: none;
    background-color: #f7f4dd;
    padding: 7px 15px;
    height: 36px;
    line-height: 18px;
    border-radius: 2px; }
    #wrapper .career-page .careers-widget li:first-child {
      border-radius: 0; }
    #wrapper .career-page .careers-widget li a {
      font-size: 14px;
      line-height: 18px;
      font-weight: bold;
      color: #005191;
      text-decoration: none; }
      #wrapper .career-page .careers-widget li a:hover {
        color: #0071b1;
        text-decoration: none; }
    #wrapper .career-page .careers-widget li .location {
      font-size: 12px; }
    #wrapper .career-page .careers-widget li.linked {
      cursor: pointer;
      background-image: url("../images/_theme/career-forward-arrow.png");
      background-position: 250px 14px;
      background-repeat: no-repeat; }
      #wrapper .career-page .careers-widget li.linked:hover {
        background-color: #fcfae9;
        background-position: 250px -41px; }
      #wrapper .career-page .careers-widget li.linked a:hover {
        color: #005191; }

.city-title {
  font-size: 20px;
  margin-bottom: 0; }

#wrapper .search .sortbar {
  margin: 30px 0 30px 40px;
  padding: 10px 14px;
  width: 852px;
  background-color: #f7f4dd;
  border: solid 1px #c8c8c8; }
  #wrapper .search .sortbar .count {
    font-size: 16px;
    float: right; }
  #wrapper .search .sortbar .sorts {
    font-size: 16px; }
#wrapper .search .mainbar.span {
  width: 490px; }
#wrapper .search .sidebar.span {
  margin-left: 34px;
  width: 356px; }
#wrapper .search .buildings-widget.variant-custom .apartment {
  position: relative;
  padding: 5px 0 35px 90px;
  border-bottom: dashed 1px #aaaaaa;
  margin-bottom: 10px;
  min-height: 42px; }
  #wrapper .search .buildings-widget.variant-custom .apartment .img-container {
    position: absolute;
    left: 0;
    top: 5px; }
    #wrapper .search .buildings-widget.variant-custom .apartment .img-container .img, #wrapper .search .buildings-widget.variant-custom .apartment .img-container .no-img {
      border: solid 1px #01487a; }
  #wrapper .search .buildings-widget.variant-custom .apartment h1 {
    font-size: 16px;
    color: #005191;
    margin-bottom: 0;
    line-height: normal; }
  #wrapper .search .buildings-widget.variant-custom .apartment .address, #wrapper .search .buildings-widget.variant-custom .apartment .rent, #wrapper .search .buildings-widget.variant-custom .apartment .rent span, #wrapper .search .buildings-widget.variant-custom .apartment .bedrooms {
    font-size: 13px; }
  #wrapper .search .buildings-widget.variant-custom .apartment .rent {
    display: block;
    position: absolute;
    left: 90px;
    bottom: 15px; }
    #wrapper .search .buildings-widget.variant-custom .apartment .rent .value {
      font-weight: bold;
      color: #005191; }
  #wrapper .search .buildings-widget.variant-custom .apartment .bedrooms {
    display: block;
    position: absolute;
    right: 0;
    top: 5px; }
  #wrapper .search .buildings-widget.variant-custom .apartment .footer {
    display: block;
    position: absolute;
    right: 0;
    bottom: 15px; }
    #wrapper .search .buildings-widget.variant-custom .apartment .footer a.details-button {
      display: inline-block;
      overflow: hidden;
      text-indent: -2000px;
      background-repeat: no-repeat;
      width: 75px;
      height: 27px;
      background-image: url("../images/_theme/button-details-orange.png"); }
      #wrapper .search .buildings-widget.variant-custom .apartment .footer a.details-button:hover {
        background-position: bottom; }
#wrapper .search.extended-search {
  position: relative;
  clear: both; }
  #wrapper .search.extended-search .sortbar {
    width: 867px; }
    #wrapper .search.extended-search .sortbar .wrap {
      display: inline-block;
      vertical-align: top; }
      #wrapper .search.extended-search .sortbar .wrap .min-value, #wrapper .search.extended-search .sortbar .wrap .max-value {
        width: 30px;
        background: none transparent;
        border: none 0 transparent;
        box-shadow: none; }
      #wrapper .search.extended-search .sortbar .wrap .min-value {
        text-align: right; }
  #wrapper .search.extended-search .mainbar.span {
    width: 455px; }
  #wrapper .search.extended-search .sidebar.span {
    margin-left: 40px;
    width: 402px; }
  #wrapper .search.extended-search .buildings-widget.variant-custom {
    padding-bottom: 15px; }
    #wrapper .search.extended-search .buildings-widget.variant-custom .apartment {
      padding: 5px 0 35px 90px;
      min-height: 42px; }
      #wrapper .search.extended-search .buildings-widget.variant-custom .apartment .img-container .img .image {
        width: 80px;
        height: 60px;
        background-size: cover; }
      #wrapper .search.extended-search .buildings-widget.variant-custom .apartment .rent {
        left: 90px; }
      #wrapper .search.extended-search .buildings-widget.variant-custom .apartment footer a.details-button {
        display: inline-block;
        overflow: hidden;
        text-indent: -2000px;
        background-repeat: no-repeat;
        width: 75px;
        height: 27px;
        background-image: url("../images/_theme/button-details-orange.png"); }
        #wrapper .search.extended-search .buildings-widget.variant-custom .apartment footer a.details-button:hover {
          background-position: bottom; }
    #wrapper .search.extended-search .buildings-widget.variant-custom li.load {
      list-style-type: none;
      display: block;
      float: right;
      padding: 5px 12px;
      background-color: #bcb9a6;
      border: solid 1px #b2b09d;
      box-shadow: 1px 1px 0 #dcdace inset;
      border-radius: 4px;
      color: #fff;
      cursor: pointer; }
  #wrapper .search.extended-search #map-view {
    width: 400px;
    height: 480px; }
  #wrapper .search.extended-search #map-wrapper {
    height: 480px; }
  #wrapper .search.extended-search #map {
    height: 480px !important; }
  #wrapper .search.extended-search .load-indicator {
    display: none; }
  #wrapper .search.extended-search .load-indicator.active {
    display: block;
    position: absolute;
    top: 150px;
    left: 20px;
    right: 5px;
    bottom: -10px;
    background-color: rgba(255, 255, 255, 0.9); }
    #wrapper .search.extended-search .load-indicator.active .message {
      margin: 30px auto 0 auto;
      width: 200px;
      text-align: center;
      background-color: #ffffff;
      padding: 20px;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
      color: #6E6B55; }
      #wrapper .search.extended-search .load-indicator.active .message .animation {
        width: 32px;
        height: 32px;
        background-image: url("../images/_theme/loading-orange.gif");
        margin: 0 auto 10px auto; }

.no-rgba #wrapper .search.extended-search .load-indicator {
  background-image: url("../images/_theme/90pct-white.png"); }

.ie6 #wrapper .search #map, .ie7 #wrapper .search #map, .ie8 #wrapper .search #map {
  width: 353px !important;
  height: 329px !important; }
.ie6 #wrapper .search.extended-search #map, .ie7 #wrapper .search.extended-search #map, .ie8 #wrapper .search.extended-search #map {
  width: 398px !important;
  height: 479px !important; }
.ie6 #wrapper .search.extended-search .buildings-widget.variant-custom .apartment .img-container .img .image, .ie7 #wrapper .search.extended-search .buildings-widget.variant-custom .apartment .img-container .img .image, .ie8 #wrapper .search.extended-search .buildings-widget.variant-custom .apartment .img-container .img .image {
  background-size: 80px 60px; }

.extended-search .sortbar .count {
  width: 170px; }
  .extended-search .sortbar .count .results-count {
    width: 148px;
    float: right; }
  .extended-search .sortbar .count .showing, .extended-search .sortbar .count .total, .extended-search .sortbar .count .of {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    font-size: 10px;
    text-transform: uppercase;
    color: #6e6b55;
    font-weight: bold; }
  .extended-search .sortbar .count .of {
    width: 20px;
    padding-top: 10px;
    text-align: right; }
  .extended-search .sortbar .count .showing, .extended-search .sortbar .count .total {
    width: 58px; }
    .extended-search .sortbar .count .showing .number, .extended-search .sortbar .count .total .number {
      display: block;
      font-size: 30px;
      color: #005ba0;
      font-weight: normal; }
.extended-search .sortbar .count .count, .extended-search .wrap {
  width: 162px;
  margin: 0 16px; }
  .extended-search .sortbar .count .count.keyword-search, .extended-search .wrap.keyword-search {
    width: 230px;
    margin-left: 6px;
    margin-right: 24px; }
  .extended-search .sortbar .count .count.price, .extended-search .wrap.price {
    margin-right: 44px; }
  .extended-search .sortbar .count .count.count, .extended-search .wrap.count {
    margin: 0; }
  .extended-search .sortbar .count .count > label, .extended-search .wrap > label {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: auto;
    padding-bottom: 5px;
    display: block;
    float: none;
    padding-top: 0;
    line-height: normal; }
.extended-search .searchbox {
  position: relative; }
  .extended-search .searchbox #keyword-search {
    height: 22px;
    padding: 4px 10px 4px 8px;
    border: solid 1px #b7b7b5;
    border-radius: 6px;
    font-size: 16px;
    width: 182px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25) inset; }
  .extended-search .searchbox #keyword-button {
    position: absolute;
    top: 0;
    right: -8px;
    display: inline-block;
    overflow: hidden;
    text-indent: -2000px;
    background-repeat: no-repeat;
    width: 42px;
    height: 32px;
    background-image: url("../images/_theme/search-keyword-button-round.png");
    display: block; }
.extended-search .ui-slider .ui-slider-range {
  box-shadow: 0 -1px 2px rgba(17, 35, 45, 0.3) inset;
  background-color: #4ba1dc; }
.extended-search .ui-slider-horizontal {
  height: 7px; }
.extended-search .ui-slider .ui-slider-handle {
  width: 12px;
  height: 24px;
  background-image: url("../images/_theme/search-slider-marker.png");
  margin-left: -6px;
  top: -6px;
  background-position: center center; }
.extended-search .ticks {
  margin: 8px -19px 0 -19px; }
  .extended-search .ticks .tick {
    float: left;
    width: 40px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #6e6b55;
    font-weight: bold; }
    .extended-search .ticks .tick.right {
      float: right; }
    .extended-search .ticks .tick .border {
      display: block;
      background-color: #b3b3b3;
      width: 2px;
      margin: auto;
      height: 10px; }
.extended-search .ui-slider {
  background-color: #e7e7e7; }
.extended-search .beds .ui-slider-range {
  background-color: transparent;
  box-shadow: none; }

#selected-rate {
  background-color: #f1f1f1;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -moz-linear-gradient(#ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(#ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(#ffffff, #f1f1f1);
  background-image: -o-linear-gradient(#ffffff, #f1f1f1);
  -ms-filter: "\"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0)\"";
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0)";
  background-image: linear-gradient(#ffffff, #f1f1f1);
  background-color: #fbfbfb;
  position: absolute;
  padding: 5px 0;
  border: solid 1px #b3b3b3;
  border-radius: 8px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
  top: 40px;
  left: -30px;
  width: 70px;
  text-align: center; }
  #selected-rate .tail {
    width: 13px;
    height: 17px;
    background-image: url("../images/_theme/price-tail.png");
    position: absolute;
    top: -15px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0; }
  #selected-rate .max-value {
    font-size: 18px;
    color: #005497;
    text-decoration: none; }

.no-cssgradients.no-boxshadow #selected-rate .tail {
  background-image: url("../images/_theme/price-tail-noshadow.png"); }

.featured-buildings-widget > h3 {
  font-size: 20px;
  margin-bottom: 8px; }
.featured-buildings-widget .orbit-wrapper {
  border: solid 1px #c4c4c4;
  margin-bottom: 30px; }
  .featured-buildings-widget .orbit-wrapper > .timer {
    visibility: hidden; }
.featured-buildings-widget ul.orbit-bullets {
  bottom: -24px; }
  .featured-buildings-widget ul.orbit-bullets li {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background-image: none;
    background-color: #cecbc2;
    border: solid 1px #9d9c97;
    border-radius: 7px; }
    .featured-buildings-widget ul.orbit-bullets li.active {
      border: solid 1px #2f5176;
      background-color: #1c60a0; }
.featured-buildings-widget ul:first-child {
  position: relative;
  width: 458px !important;
  height: 216px !important;
  overflow: hidden; }
  .featured-buildings-widget ul:first-child > img {
    display: none !important; }
  .featured-buildings-widget ul:first-child li {
    position: absolute;
    width: 422px;
    height: 180px;
    padding: 18px;
    min-height: 180px;
    background-color: #f7f4dd;
    display: none; }
    .featured-buildings-widget ul:first-child li:first-child {
      display: block; }
    .featured-buildings-widget ul:first-child li .flag {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      text-indent: -2000px;
      overflow: hidden; }
      .featured-buildings-widget ul:first-child li .flag.urban {
        width: 207px;
        height: 84px;
        background-image: url("../images/_theme/flag-urban-living-redefined.png"); }
    .featured-buildings-widget ul:first-child li .thumbnail {
      float: left;
      margin-right: 18px; }
      .featured-buildings-widget ul:first-child li .thumbnail .img {
        border: solid 1px #79786c; }
    .featured-buildings-widget ul:first-child li header {
      height: 75px; }
      .featured-buildings-widget ul:first-child li header h3 {
        color: #005191;
        font-size: 16px; }
      .featured-buildings-widget ul:first-child li header h4 {
        font-family: "Arial", sans-serif;
        color: #5a5a5a;
        font-size: 12px;
        color: #5a5a5a; }
    .featured-buildings-widget ul:first-child li .content .rate {
      padding-bottom: 32px; }
      .featured-buildings-widget ul:first-child li .content .rate .rate-locale {
        font-size: 11px; }
      .featured-buildings-widget ul:first-child li .content .rate .min-rate, .featured-buildings-widget ul:first-child li .content .rate .dash, .featured-buildings-widget ul:first-child li .content .rate .max-rate {
        font-size: 16px;
        color: #005191; }
    .featured-buildings-widget ul:first-child li .content .clear {
      clear: none; }
    .featured-buildings-widget ul:first-child li .content .description {
      display: block;
      position: absolute;
      left: 19px;
      top: 141px;
      width: 178px;
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      font-weight: bold;
      text-align: right;
      padding: 4px 6px;
      background-image: url("../images/_theme/phone-bg.png");
      background-repeat: no-repeat;
      background-position: left center;
      color: #fff; }
    .featured-buildings-widget ul:first-child li footer {
      height: 1px; }
      .featured-buildings-widget ul:first-child li footer .link a {
        display: inline-block;
        overflow: hidden;
        text-indent: -2000px;
        background-repeat: no-repeat;
        width: 159px;
        height: 28px;
        background-image: url("../images/_theme/button-check-availability-orange.png");
        position: absolute;
        bottom: 46px;
        left: 228px; }
        .featured-buildings-widget ul:first-child li footer .link a:hover {
          background-position: bottom; }
    .featured-buildings-widget ul:first-child li .extra {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 28px;
      line-height: 28px;
      background-color: #0e5fa2;
      color: #fff;
      font-weight: bold;
      font-style: italic;
      padding: 0 18px;
      font-size: 13px;
      text-shadow: 0 1px 1px #000; }

#slideshow li .rich-content.residential {
  height: 335px;
  position: relative; }
  #slideshow li .rich-content.residential .starburst {
    position: absolute;
    width: 1060px;
    height: 335px;
    background-image: url("../images/_theme/rotator/residential-starburst.png");
    background-position: 157px center;
    background-repeat: no-repeat; }
  #slideshow li .rich-content.residential .span {
    position: relative;
    z-index: 10; }
  #slideshow li .rich-content.residential .left {
    width: 600px;
    height: 335px;
    background-image: url("../images/_theme/rotator/residential-stock.png");
    background-repeat: no-repeat;
    background-position: right bottom; }
    #slideshow li .rich-content.residential .left h3 {
      font-family: "Rockwell",serif;
      font-weight: normal;
      color: #fff;
      font-size: 35px;
      line-height: 55px;
      font-weight: bold;
      margin-top: 20px; }
    #slideshow li .rich-content.residential .left h4 {
      font-family: "Rockwell",serif;
      font-weight: normal;
      color: #8ae0ff;
      font-size: 17px; }
    #slideshow li .rich-content.residential .left p {
      font-family: "Arial", sans-serif;
      color: #fff;
      font-size: 16px;
      font-style: italic;
      margin: 40px 0;
      line-height: 25px;
      width: 380px; }
    #slideshow li .rich-content.residential .left a {
      display: inline-block;
      overflow: hidden;
      text-indent: -2000px;
      background-repeat: no-repeat;
      width: 233px;
      height: 57px;
      background-image: url("../images/_theme/rotator/residential-button-find.png");
      display: block; }
  #slideshow li .rich-content.residential .right {
    width: 320px;
    margin-left: 10px; }
    #slideshow li .rich-content.residential .right .bookmark {
      width: 124px;
      height: 309px;
      background-image: url("../images/_theme/rotator/residential-bookmark.png");
      position: absolute;
      left: -10px; }
    #slideshow li .rich-content.residential .right ul {
      margin-left: 125px;
      margin-top: 10px; }
      #slideshow li .rich-content.residential .right ul li a {
        font-family: "Rockwell",serif;
        font-weight: normal;
        color: #fff;
        font-size: 21px;
        display: inline-block;
        padding-top: 12px;
        padding-bottom: 12px; }
        #slideshow li .rich-content.residential .right ul li a:hover {
          color: #8ae0ff;
          text-decoration: none; }
#slideshow li .rich-content.commercial, #slideshow li .rich-content.condos {
  height: 335px;
  position: relative; }
  #slideshow li .rich-content.commercial .background, #slideshow li .rich-content.condos .background {
    position: absolute;
    left: -160px;
    background-position: left center;
    background-repeat: no-repeat; }
  #slideshow li .rich-content.commercial .content, #slideshow li .rich-content.condos .content {
    position: relative;
    width: 480px;
    margin-left: 460px;
    z-index: 5; }
    #slideshow li .rich-content.commercial .content h3, #slideshow li .rich-content.condos .content h3 {
      font-family: "Rockwell",serif;
      font-weight: normal;
      color: #fff;
      font-size: 41px;
      line-height: 41px;
      font-weight: bold;
      padding-top: 20px; }
    #slideshow li .rich-content.commercial .content h4, #slideshow li .rich-content.condos .content h4 {
      font-family: "Rockwell",serif;
      font-weight: normal;
      color: #fff;
      font-size: 33px; }
    #slideshow li .rich-content.commercial .content p, #slideshow li .rich-content.condos .content p {
      font-family: "Arial", sans-serif;
      color: #fff;
      font-size: 14px;
      margin: 10px 0;
      line-height: 25px; }
    #slideshow li .rich-content.commercial .content .center, #slideshow li .rich-content.condos .content .center {
      text-align: center; }
      #slideshow li .rich-content.commercial .content .center a, #slideshow li .rich-content.condos .content .center a {
        margin: 20px auto 0 auto;
        display: inline-block;
        overflow: hidden;
        text-indent: -2000px;
        background-repeat: no-repeat;
        width: 233px;
        height: 57px;
        background-image: url("../images/_theme/rotator/commercial-button-more.png");
        display: block; }
#slideshow li .rich-content.commercial .background {
  width: 903px;
  height: 335px;
  background-image: url("../images/_theme/rotator/commercial-background.png"); }
#slideshow li .rich-content.condos .background {
  width: 903px;
  height: 335px;
  background-image: url("../images/_theme/rotator/condos-background.png"); }

.fake-building-suites-widget li {
  padding-top: 3px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: dashed 1px #aaaaaa;
  min-height: 60px; }
.fake-building-suites-widget .name {
  font-size: 20px;
  margin-bottom: 4px; }
.fake-building-suites-widget .rent_from {
  float: right;
  margin-bottom: 12px; }
  .fake-building-suites-widget .rent_from .value {
    font-size: 16px;
    font-weight: bold;
    color: #005ba4; }
.fake-building-suites-widget .inquiry {
  float: right;
  clear: right; }
  .fake-building-suites-widget .inquiry a {
    display: inline-block;
    overflow: hidden;
    text-indent: -2000px;
    background-repeat: no-repeat;
    width: 159px;
    height: 28px;
    background-image: url("../images/_theme/button-check-availability-green.png");
    display: block; }
    .fake-building-suites-widget .inquiry a:hover {
      background-position: bottom; }
  .fake-building-suites-widget .inquiry .waiting-list a {
    display: inline-block;
    overflow: hidden;
    text-indent: -2000px;
    background-repeat: no-repeat;
    width: 159px;
    height: 28px;
    background-image: url("../images/_theme/button-waiting-list.png");
    display: block; }
    .fake-building-suites-widget .inquiry .waiting-list a:hover {
      background-position: bottom; }

@media print {
  #wrapper .fake-building-suites-widget .inquiry a {
    text-indent: 0; } }
#wrapper .news-multiple .post-news {
  margin-bottom: 20px; }
#wrapper .news-multiple .post-image {
  float: left;
  margin: 0 20px 50px 0; }
#wrapper .news-multiple .post-date p {
  font-style: italic; }
#wrapper .news-multiple h2 a {
  color: #DD4E00; }
#wrapper .news-multiple .post-text .read_more {
  display: none; }
#wrapper .news-multiple .read-more {
  margin-top: 10px; }

#wrapper .news-single .post-image {
  margin-bottom: 20px; }
#wrapper .news-single header {
  margin-bottom: 20px; }
  #wrapper .news-single header h2 {
    display: none; }
  #wrapper .news-single header .post-date p {
    font-style: italic; }
#wrapper .news-single .back-button {
  display: none; }

/*  DAVES CUSTOM  */
p {
  line-height: 19px; }

#wrapper .mainbar.right {
  background: url("../images/_theme/bg-mainbar.jpg") 5px 0 no-repeat;
  margin-left: 0;
  padding-left: 65px;
  width: 630px; }

#wrapper .sidebar.left ul.other-pages li a {
  font-size: 14px;
  padding: 13px 0 13px 10px;
  display: block;
  border-bottom: 1px dashed #e8e3d5;
  text-indent: 20px;
  background: url("../images/_theme/bullet-green.jpg") 10px center no-repeat; }

#wrapper .sidebar.left ul.other-pages li a:hover {
  text-decoration: none;
  background: #f9f7ee url("../images/_theme/bullet-green.jpg") 10px center no-repeat;
  color: #3e5607; }

#wrapper .mainbar.right header {
  position: relative; }

#wrapper .mainbar.right header span.post-date p {
  position: absolute;
  right: -49px;
  top: 0;
  background: url("../images/_theme/news-ribbon-green.png") right 0 no-repeat;
  color: #fff;
  height: 50px;
  width: 280px;
  padding: 9px 20px 0 0;
  font-size: 12px;
  text-align: right;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7); }

#wrapper .mainbar.right div.news-multiple header h2 {
  padding-top: 37px;
  padding-bottom: 10px; }

#wrapper .mainbar.right div.news-multiple header a:hover {
  text-decoration: none; }

#wrapper .sidebar.left h5 {
  letter-spacing: 2px;
  font-size: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e8e3d5;
  color: #333; }

#wrapper .mainbar.right div.news-single header h2 {
  display: block;
  padding-top: 45px;
  padding-bottom: 0; }

#wrapper .mainbar.right div.news-single div.post-text p {
  margin-bottom: 20px; }

#wrapper .news-multiple .post-image {
  margin: 0px 15px 20px 0;
  border: 1px solid #000;
  padding: 3px;
  background: #fff; }

#wrapper .mainbar.right div.news-multiple article.posts-widget section.posts-news article.post-news {
  padding-bottom: 20px;
  border-bottom: 1px dashed #e8e3d5; }

#floorplan-list {
  padding: 20px 25px; }
  #floorplan-list h4 {
    font-size: 24px;
    color: #005BA4;
    margin-top: -10px; }
  #floorplan-list.extra-pad h4 {
    padding-left: 100px; }
  #floorplan-list p {
    font-size: 12px; }
  #floorplan-list.extra-pad p {
    padding-left: 100px; }
  #floorplan-list ul {
    margin-top: 15px;
    padding-top: 15px;
    border-top: dashed 1px #aaaaaa; }
    #floorplan-list ul li {
      margin-bottom: 12px; }
      #floorplan-list ul li a.img {
        background-image: url("../images/_theme/icon-img.png"); }
      #floorplan-list ul li a.pdf {
        background-image: url("../images/_theme/icon-pdf.png"); }
      #floorplan-list ul li a {
        display: inline-block;
        width: 34px;
        height: 31px;
        overflow: hidden;
        text-indent: -2000px;
        background-repeat: no-repeat;
        margin-right: 15px;
        vertical-align: middle; }
      #floorplan-list ul li span {
        font-size: 17px;
        line-height: 31px; }

@media only print {
  html {
    background-color: #ffffff !important; }
    html body {
      background-color: #ffffff !important; }
    html #menu-wrapper {
      display: none; }
    html #masthead {
      height: 79px; }
    html .pages-header {
      top: 15px; }
    html #site-information {
      display: none; }
    html .pages-header .pages-header {
      left: 20px !important;
      width: 600px !important; }
      html .pages-header .pages-header .right, html .pages-header .pages-header .title, html .pages-header .pages-header .subtitle {
        color: #000000 !important;
        text-shadow: none !important; }
    html .fullbar {
      width: 7.5in !important;
      display: block !important;
      float: none !important; }
    html .apartment > .fullbar, html .slider-section {
      display: none !important; }
    html .tab-controls, html .nearby-properties, html .fake-building-suites-widget .inquiry a {
      display: none !important; }
    html #map-wrapper {
      border: none 0 transparent; }
    html .mainbar, html .sidebar {
      display: block !important;
      float: none !important; }
    html * {
      background-color: transparent !important;
      background-image: none !important; } }
html.print {
  background-color: #ffffff !important; }
  html.print body {
    background-color: #ffffff !important; }
  html.print #menu-wrapper {
    display: none; }
  html.print #masthead {
    height: 79px; }
  html.print .pages-header {
    top: 15px; }
  html.print #site-information {
    display: none; }
  html.print .pages-header .pages-header {
    left: 20px !important;
    width: 600px !important; }
    html.print .pages-header .pages-header .right, html.print .pages-header .pages-header .title, html.print .pages-header .pages-header .subtitle {
      color: #000000 !important;
      text-shadow: none !important; }
  html.print .fullbar {
    width: 7.5in !important;
    display: block !important;
    float: none !important; }
  html.print .apartment > .fullbar, html.print .slider-section {
    display: none !important; }
  html.print .tab-controls, html.print .nearby-properties, html.print .fake-building-suites-widget .inquiry a {
    display: none !important; }
  html.print #map-wrapper {
    border: none 0 transparent; }
  html.print .mainbar, html.print .sidebar {
    display: block !important;
    float: none !important; }
  html.print * {
    background-color: transparent !important;
    background-image: none !important; }

html, body {
  margin: 0;
  padding: 0;
  background-color: #f3f1e6;
  background-image: url("../images/_theme/bg-footer-extender.jpg"); }

body {
  font-family: "Arial", sans-serif;
  color: #5a5a5a;
  color: #5a5a5a;
  font-size: 14px; }
  body p {
    font-size: 14px;
    margin-bottom: 0; }

ul {
  list-style-type: none;
  margin: 0; }

li {
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Rockwell",serif;
  font-weight: normal;
  color: #dd4e00;
  line-height: normal; }

footer {
  margin-top: 0;
  padding-top: 0;
  border-top: 0; }

.page-header {
  border-bottom: 0;
  box-shadow: none;
  margin-bottom: 0; }

.container .row {
  margin-bottom: 20px; }

ul.inline-list > li {
  display: inline-block;
  list-style-type: none; }
ul.inline-list > li.menu-link a {
  display: block; }

.clear {
  clear: both; }

.info-window {
  cursor: text; }

.requires-no-js {
  display: none; }

.no-js .requires-no-js {
  display: block; }

.no-js #map-wrapper {
  border: none; }

/*# sourceMappingURL=theme.css.map */
