.sidebar-toggle {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 51px;
  cursor: pointer;
  margin: 0;
  padding: 17px 20px 17px 0;
}
.sidebar-toggle > i {
  font-size: 18px;
  margin: 0 0 0 -5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.sidebar-toggle > .fa-sidebar-toggle:before {
  content: "\f0c9";
}
.sidebar-toggle:hover > i,
.sidebar-toggle.sidebar-toggle-opened > i {
  margin-left: -9px;
}
.sidebar-toggle + .navbar-brand > img {
  margin-left: 10px;
}
.sidebar-togglable .sidebar-toggle {
  display: block;
}
.sidebar-wrapper {
  position: fixed;
  top: 0;
  overflow: hidden;
  bottom: 0;
  width: 210px;
  cursor: default;
  -moz-user-select: -moz-none;
  user-select: none;
  -webkit-transform: translate3d(-210px, 0px, 0px);
  transform: translate3d(-210px, 0px, 0px);
}
.sidebar-wrapper.sidebar-ready {
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.sidebar-wrapper.sidebar-open {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.sidebar-wrapper .sidebar-scroller {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  left: 0;
  right: -18px;
  height: 100%;
}
.sidebar-wrapper .sidebar-menu {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  text-align: left;
  font-size: 14px;
}
.sidebar-wrapper .sidebar-menu ul {
  padding: 0;
  margin: 0;
}
.sidebar-wrapper .sidebar-menu li {
  display: block;
}
.sidebar-wrapper .sidebar-group > span,
.sidebar-wrapper .sidebar-item > a {
  display: block;
  height: 100%;
  padding: 12px 15px;
  text-decoration: none;
}
.sidebar-wrapper .sidebar-item > a.active {
  border-left: 5px solid;
  padding: 12px 15px 12px 10px;
}
.sidebar-wrapper .sidebar-item.sidebar-item-mini {
  font-size: 0.7em;
}
.sidebar-wrapper .sidebar-item.sidebar-item-mini > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar-wrapper .sidebar-group {
  margin-top: 20px;
}
.sidebar-wrapper .sidebar-group:first-child {
  margin-top: 0;
}
.sidebar-wrapper .sidebar-group > span {
  font-family: inherit;
  font-size: 24px;
  border-bottom: 1px solid transparent;
}
.sidebar-wrapper .sidebar-group.sticky-header {
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 0;
}
.sidebar-wrapper .sidebar-group + .sidebar-item {
  margin-top: 32px;
  border-top: 1px solid transparent;
}
.sidebar-wrapper .sidebar-item > a {
  cursor: pointer;
}
.sidebar-swipe {
  position: fixed;
  z-index: 1001;
  width: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  -moz-user-select: -moz-none;
  user-select: none;
}
.sidebar-open + .sidebar-swipe,
.sidebar-force-open .sidebar-swipe {
  left: 210px;
}
.sidebar-trigger .sidebar-toggle {
  z-index: 1002;
}
.sidebar-trigger .sidebar-wrapper {
  z-index: 1003;
}
.sidebar-wrapper.sidebar-default {
  color: #222222;
  background-color: #ffffff;
}
.sidebar-wrapper.sidebar-default.sidebar-open,
.sidebar-wrapper.sidebar-default.sidebar-dragging {
  -webkit-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.18);
  box-shadow: 3px 0 4px rgba(0, 0, 0, 0.18);
}
.sidebar-wrapper.sidebar-default .sidebar-group > span {
  color: #dbdbdb;
  border-bottom-color: #eeeeee;
}
.sidebar-wrapper.sidebar-default .sidebar-group.sticky-header > span {
  background-color: #ffffff;
}
.sidebar-wrapper.sidebar-default .sidebar-group + .sidebar-item {
  border-top-color: #eeeeee;
}
.sidebar-wrapper.sidebar-default .sidebar-item > a {
  color: #222222;
  background-color: #ffffff;
}
.sidebar-wrapper.sidebar-default .sidebar-item > a:hover,
.sidebar-wrapper.sidebar-default .sidebar-item > a:focus {
  color: #333333;
  background-color: #eeeeee;
}
.sidebar-wrapper.sidebar-default .sidebar-item > a.active {
  color: #337ab7;
  background-color: #ffffff;
}
.sidebar-wrapper.sidebar-default .sidebar-item.sidebar-item-mini > a {
  color: #747474;
}
.sidebar-wrapper.sidebar-default .hammer-scrollbar {
  background-color: #555555;
}
.sidebar-wrapper.sidebar-inverse {
  color: #9d9d9d;
  background-color: #2a3542;
}
.sidebar-wrapper.sidebar-inverse.sidebar-open,
.sidebar-wrapper.sidebar-inverse.sidebar-dragging {
  -webkit-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 0 4px rgba(0, 0, 0, 0.32);
}
.sidebar-wrapper.sidebar-inverse .sidebar-group > span {
  color: #46586e;
  border-bottom-color: #344252;
}
.sidebar-wrapper.sidebar-inverse .sidebar-group.sticky-header > span {
  background-color: #2a3542;
}
.sidebar-wrapper.sidebar-inverse .sidebar-group + .sidebar-item {
  border-top-color: #344252;
}
.sidebar-wrapper.sidebar-inverse .sidebar-item > a {
  color: #9d9d9d;
  background-color: #2a3542;
}
.sidebar-wrapper.sidebar-inverse .sidebar-item > a:hover,
.sidebar-wrapper.sidebar-inverse .sidebar-item > a:focus {
  color: #ffffff;
  background-color: #344252;
}
.sidebar-wrapper.sidebar-inverse .sidebar-item > a.active {
  color: #dfecf6;
  background-color: #2a3542;
}
.sidebar-wrapper.sidebar-inverse .sidebar-item.sidebar-item-mini > a {
  color: #6d85a2;
}
.sidebar-wrapper.sidebar-inverse .hammer-scrollbar {
  background-color: #e4e8ed;
}
.navbar-default + .sidebar-trigger .sidebar-toggle > i,
.navbar-default + .sidebar-trigger + .sidebar-trigger .sidebar-toggle > i {
  color: #888888;
}
.navbar-default + .sidebar-trigger .sidebar-toggle:hover > i,
.navbar-default + .sidebar-trigger + .sidebar-trigger .sidebar-toggle:hover > i {
  color: #333333;
}
.navbar-inverse + .sidebar-trigger .sidebar-toggle > i,
.navbar-inverse + .sidebar-trigger + .sidebar-trigger .sidebar-toggle > i {
  color: #ffffff;
}
.navbar-inverse + .sidebar-trigger .sidebar-toggle:hover > i,
.navbar-inverse + .sidebar-trigger + .sidebar-trigger .sidebar-toggle:hover > i {
  color: #ffffff;
}
.sidebar-right .sidebar-toggle {
  left: auto;
  right: 0;
  padding-left: 20px;
  padding-right: 0;
}
.sidebar-right .sidebar-toggle > i {
  margin-left: 0;
  margin-right: -5px;
}
.sidebar-right .sidebar-toggle:hover > i,
.sidebar-right .sidebar-toggle.sidebar-toggle-opened > i {
  margin-right: -9px;
}
.sidebar-right .sidebar-wrapper {
  right: 0;
  -webkit-transform: translate3d(210px, 0px, 0px);
  transform: translate3d(210px, 0px, 0px);
}
.sidebar-right .sidebar-wrapper.sidebar-open {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.sidebar-right .sidebar-wrapper.sidebar-default.sidebar-open,
.sidebar-right .sidebar-wrapper.sidebar-default.sidebar-dragging {
  -webkit-box-shadow: -3px 0 4px rgba(0, 0, 0, 0.18);
  box-shadow: -3px 0 4px rgba(0, 0, 0, 0.18);
}
.sidebar-right .sidebar-wrapper.sidebar-inverse.sidebar-open,
.sidebar-right .sidebar-wrapper.sidebar-inverse.sidebar-dragging {
  -webkit-box-shadow: -3px 0 4px rgba(0, 0, 0, 0.32);
  box-shadow: -3px 0 4px rgba(0, 0, 0, 0.32);
}
.sidebar-right .sidebar-wrapper .sidebar-item > a.active {
  border-left: inherit;
  border-right: 5px solid;
  padding: 12px 10px 12px 15px;
}
.sidebar-right .sidebar-swipe {
  left: auto;
  right: 0;
}
.sidebar-right .sidebar-open + .sidebar-swipe,
.sidebar-right .sidebar-force-open .sidebar-swipe {
  right: 210px;
}
@media (max-width: 767px) {
  .sidebar-wrapper {
    width: 80%;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
  .sidebar-open + .sidebar-swipe,
  .sidebar-force-open .sidebar-open + .sidebar-swipe {
    left: 80%;
  }
  .sidebar-force-open .sidebar-swipe {
    left: 0;
  }
  .sidebar-right .sidebar-toggle {
    padding-left: 7px;
  }
  .sidebar-right .sidebar-wrapper {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  .sidebar-right .sidebar-open + .sidebar-swipe {
    left: auto;
    right: 80%;
  }
  .sidebar-right .sidebar-force-open .sidebar-swipe {
    left: auto;
    right: 0;
  }
}
@media (max-width: 991px) {
  .sidebar-force-open .sidebar-wrapper:not(.sidebar-open) + .sidebar-swipe {
    left: 0;
  }
}
@media (min-width: 992px) {
  .sidebar-trigger.sidebar-locked .sidebar-toggle {
    display: none;
  }
  .sidebar-trigger.sidebar-locked .sidebar-wrapper {
    margin-top: 51px;
  }
  .sidebar-wrapper.sidebar-open-init {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .sidebar-force-open .sidebar-wrapper.sidebar-open,
  .sidebar-force-open.sidebar-right .sidebar-wrapper.sidebar-open,
  .sidebar-force-open .sidebar-wrapper.sidebar-dragging,
  .sidebar-force-open.sidebar-right .sidebar-wrapper.sidebar-dragging {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.sidebar-wrapper {
  -ms-touch-action: none;
}
.sidebar-swipe {
  -ms-touch-action: none;
}

.navbar-fixed-top + .sidebar-trigger .sidebar-toggle,
.navbar-fixed-bottom + .sidebar-trigger .sidebar-toggle,
.navbar-fixed-top + .sidebar-trigger + .sidebar-trigger .sidebar-toggle,
.navbar-fixed-bottom + .sidebar-trigger + .sidebar-trigger .sidebar-toggle {
  position: fixed;
  z-index: 1032;
}
.navbar-fixed-top + .sidebar-trigger .sidebar-wrapper,
.navbar-fixed-bottom + .sidebar-trigger .sidebar-wrapper,
.navbar-fixed-top + .sidebar-trigger + .sidebar-trigger .sidebar-wrapper,
.navbar-fixed-bottom + .sidebar-trigger + .sidebar-trigger .sidebar-wrapper {
  z-index: 1033;
}
.navbar-fixed-bottom + .sidebar-trigger .sidebar-toggle,
.navbar-fixed-bottom + .sidebar-trigger + .sidebar-trigger .sidebar-toggle {
  top: inherit;
  bottom: 0;
}
.navbar-fixed-top + .container,
.navbar-fixed-top + .container-fluid,
.navbar-fixed-top + .sidebar-trigger + .container,
.navbar-fixed-top + .sidebar-trigger + .container-fluid,
.navbar-fixed-top + .sidebar-trigger + .sidebar-trigger + .container,
.navbar-fixed-top + .sidebar-trigger + .sidebar-trigger + .container-fluid {
  margin-top: 70px;
}
.navbar-fixed-bottom + .container,
.navbar-fixed-bottom + .container-fluid,
.navbar-fixed-bottom + .sidebar-trigger + .container,
.navbar-fixed-bottom + .sidebar-trigger + .container-fluid,
.navbar-fixed-bottom + .sidebar-trigger + .sidebar-trigger + .container,
.navbar-fixed-bottom + .sidebar-trigger + .sidebar-trigger + .container-fluid {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .sidebar-force-open:not(.sidebar-right) + .container,
  .sidebar-force-open:not(.sidebar-right) + .sidebar-trigger + .container {
    padding-left: 225px;
  }
  .sidebar-force-open:not(.sidebar-right) + .container-fluid,
  .sidebar-force-open:not(.sidebar-right) + .sidebar-trigger + .container-fluid {
    margin-left: 210px;
  }
  .sidebar-force-open.sidebar-right + .container,
  .sidebar-force-open.sidebar-right + .sidebar-trigger + .container {
    padding-right: 225px;
  }
  .sidebar-force-open.sidebar-right + .container-fluid,
  .sidebar-force-open.sidebar-right + .sidebar-trigger + .container-fluid {
    margin-right: 210px;
  }
}

body{
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Lato, "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.map{
    height: 300px;
    background-color: #EEE;
    width: 100%;
}

#form-search {
    float: left;
}

.form-header {
    margin: 10px 5px 5px;
}

.form-control:focus{
    border-color: #66afe9;
    box-shadow: none;
    outline: 0 none;
}

.navbar-psi {

    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-psi {
    background-color: #FFF;
    border-color: #e7e7e7;
}

.btn-default-psi, .btn-default-psi:hover, .btn-default-psi:focus {
    background-color: #FFF;
    background-repeat: repeat-x;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
    color: #3FA9F5;
    outline: 0px none;
}
ul.nav .grey a{
    color: #666;
    font-size: 11px;
    font-weight: bold;
}
ul.nav  a:hover, ul.nav a:focus, ul.nav a.active {
    /* color: #ff931e; */
    color: #20c4f4;
}
.upc{
    text-transform: uppercase;
}

pre{
    max-height: 300px;
    overflow: auto;
    background-color: #EEE;
    max-width: 90%;
}

.bgimg{
    background-image: url('images/bgdefault.jpg');
    backface-visibility: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    bottom: 0;
    height: 300px;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 51px;
    z-index: 1;
}
.bgimg .inslogo{
    backface-visibility: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    bottom: 0;
    height: 600px;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 51px;
    height: 300px;
    z-index: 1;
}
.cnt{
    margin-top: 313px;
    position: relative;
    z-index: 2;
}
.row.content{

    background-color: #F6F6F6;
    padding-bottom: 100px;
}

.overlay.overlay-bottom {

    background-color:rgba(0,0,0,0);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100% rgba(0,0,0,0.9)));
    background-image:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background-image:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background-image:-webkit-gradient(linear,0%,100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.9)));
    background-image:-ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background-image:-o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background-image:linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    height: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.project.project-details{
    background-color: #FFF;
    color: #666;
    height: 66px;
}
.project-details h1{
    display: block;
    font-size: 23px;
    font-weight: 400;
    margin: 10px 5px 5px 0;

}
.project-details h2{
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
}
.project-meta-single{
    border-left: 1px solid #666;
    color: #666;
    display: inline-block;
    height: 65px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
.project-meta-single:first-child{
    border-left: 0px none;
}
.project-meta-single div{
    line-height: 21px;
    padding: 0;
    text-align: left;
}
.project-meta-single .label{
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.navbar-psi-add{
    background-color: #f6f6f6;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    border-top: 1px solid #aaa;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-psi-add a{
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: transparent;
}
#psi-nav-2{
    padding-left: 0;
    margin-left: 0;
}
#psi-nav-2 > .nav > li:first-child a{
    /*padding-left: 0px;*/
}
.content h1 span, .block-header h2{
    color: #4d4d4d;
    border-bottom: 4px solid #666;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    
}


.block-header {
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.block-header span{
    border-bottom: 4px solid #20c4f4;
}
.gallery-container div{
    padding: 0;
    margin: 0;
}
.gallery-container img{

}

.img-left img{
    margin-left: 3px;
}
.img-top img{
    margin-top: 3px;
}
.white{
    background-color: #FFF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.white:hover {
    background-color: #fafafa;
}
.row.white{
    margin-top: 60px;
}

.gimg.smallrow {
    border: 2px solid #fff;
    float: left;
    width: 25%;
}
.gimg {
    overflow: hidden;
}
.gimg.bigrow {
    border: 2px solid #fff;
    float: left;
    width: 50%;
}
.gimg.main {
    border: 2px solid #fff;
    float: left;
    width: 50%;
}
.gimg > figcaption {
    display: none;
}

@media (max-width: 767px) {
    .gimg.main {
        display: none;
        width: 100%;
    }
    .gimg.main img {
        width: 100%;
    }

    .psi-tabs > li > a {
        padding: 10px 10px;
    }

    .gimg.smallrow {
        display: none;
    }
}

.psi-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    border: 0px none;
}
.psi-tabs.nav-tabs{
    border-bottom: 0px none;
}

.tab-pane.active {
    margin-left: 10px;
}

.tab-search {
    border: 1px solid #ddd;
    border-top: none;
}

.tab-search .tab-pane.active {
    margin-left: 0;
}

/* description area */
.desc h1, .desc h2, .desc h3, .desc h4, .desc h5, .desc h6, .desc h7{
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3fa9f5;
    margin-bottom: 20px;
}
.mt40{
    margin-top: 40px;
}
.desc p, .desc ul li{
    font-feature-settings: "liga", "dlig";
    hyphens: auto;
    margin-bottom: 20px;
    line-height: 25.5px;
    font-size: 15px;
}
.thumbnail_container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom:20px;
}

.thumbnail {
    position:absolute;
    width:100%;
    height:100%;
}
.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.thumbnail_container .thumbnail{
    border: 0px none;
    box-shadow: 0 0 0 transparent;
    padding-left: 15px;
    padding-right: 15px;
}


.desc ul {
    margin-left: 0px;
    padding-left: 0px;
}
.desc ul li{
    list-style-position: inside;
    list-style-type: none;
    
}

/* featured */
.property-badge {
  background-color: #fff;
  border-radius: 0;
  color: #313131;
  font-size: 15px;
  font-weight: 400;
  left: 15px;
  line-height: 1;
  padding: 8px 12px;
  position: absolute;
  top: 15px;
}

.property-detail-gallery-labels .property-badge {
  margin-left: 20px;
  margin-right: 20px;
  top: 120px;
  z-index: 9;
}

.property-floorplan-preview img {
    max-width: 100%;
    height: auto;
}
/* amenites */
.property-amenities {
    overflow: hidden;
}

.property-amenities li.yes::after {
  color: #5cb85c;
  content: "";
}

.property-amenities li::after {
  float: right;
  font-family: "PictoPro";
  font-size: 13px;
  margin-right: 10px;
}

.main-metrics .icon i {
    display: block;
    color: #666;
    font-size: 32px;
    line-height: 1;
}
.main-metrics .icon span {
    display: block;
    font-family: 'Lato',sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px;
}
.main-metrics .single-metric:first-child {
    margin-top: 25px;
}
.main-metrics .single-metric {
    margin: 35px 0;
    text-align: center;
}
.main-metrics .data {
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #666;
    margin-top: 5px;
}
.bl{
    font-family: 'Lato',sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3fa9f5;
    margin-bottom: 20px;
}
.property-amenity{
    text-align: center;
    
    /* display: inline-block!important; */
    min-height: 132px;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: top;
}
.property-amenity .icon{
    display: inline-block;
    color: #666;
    font-size: 3.8em;
}
.property-amenity .icon span {
    display: block;
    font-family: 'Lato',sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 5px;
}
.property-amenity {
    /*margin-left: 12px;
    margin-right: 12px;*/
}
.property-amenity .label {
    font-family: 'Lato',sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    color: #666;
    display: block;
    vertical-align: top;
    padding: 0 10px 10px 10px;
}
.property-amenity .data {
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    height: 2em;
    font-size: 15px;
    color: #666;
    display: block;
    vertical-align: top;
    padding: 0 10px 10px 10px;
}

/* floors */
a.area-select, a.area-select:hover, a.area-select:focus{
    color: #666;
}
.list-element{
    line-height: 40px;
    cursor: default;
}
.element-type{
    padding-left: 10px;
}
.element-amount{
    padding-left: 30px;
    color: #3fa9f5;
    
}
.list-element{
    
}
ul.floortypes {
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px solid #DDD;
    height: 34px;
    box-shadow: 0 2px 2px #EEE
    
}
ul.floortypes li{
    float: left;
    border-bottom: 4px solid transparent;
    margin-right: 4px;
    padding: 0 10px;
    list-style: none inside;
    line-height: 30px;
    cursor: pointer;
}
ul.floortypes li:hover, ul.floortypes li.active{
    border-bottom: 4px solid #3fa9f5;
    
}
ul.floortypes li a, ul.floortypes li a:hover, ul.floortypes li.active a{
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
.selectarea{
    background-color: #F6F6F6;
}
.type-select a span.typelabel{
    color: #333;
    float: left;
}
.type-select a span.typeamount{
    float: right;
    font-size: 13px;
    font-weight: bold;
}
.select-box-wrap ul {
    margin-bottom: 400px;
}

ul.select-box {
    list-style: none;
}

ul.select-box li.apartment-select{
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    height: auto;
    line-height: 20px;
    padding: 10px 10px;
    border-left: 4px solid transparent;
}
ul.select-box li.apartment-select:hover, ul.select-box li.apartment-select:active, ul.select-box li.apartment-select.active{
    border-left: 4px solid #3fa9f5;
    background-color: #eee;
}
.apartment-select a, .apartment-select a:hover, .apartment-select a:focus{
    color: #666;
    text-decoration: none;
    
}
.apartment-select a span{
    padding-left: 10px;
}
.apartment-select a .size-label{
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
}
.apartment-select a .price{
    font-size: 15px;
    display: none;
}

.apartment-select a .type{
    font-size: 13px;
    display: inline-block;
    text-align: center;
}

p.floor-overview{
    border-bottom: 1px solid #DDD;
    height: 34px;
    box-shadow: 0 2px 2px #EEE;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 34px;
}
.h530{
    height: 530px;
}

.imgcnt{
    display: block;
    border: 1px solid #DDD;
    height: 430px;
    
    margin: 15px;
    
    
}

.imgcnt{
    border: 1px solid #DDD;
    position: relative;
    
}

.imgcnt figure {
    
    width:100%;
    
}
.imgcnt figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {

    .imgcnt {
        height: auto;
    }

    .imgcnt figure img {
        position: relative;
    }

    .h530{
        height: 200px;
    }

    ul.select-box {
        padding-left: 0;
        margin-bottom: 100px;
    }

    ul.floortypes li a, ul.floortypes li a:hover, ul.floortypes li.active a{
        display: block;
    }

    ul.select-box li.apartment-select {
        line-height: 15px;
        padding: 5px;
    }
    .type-select a span.typelabel {
        float: none;
    }

    .block-header {
        margin: 20px 0;
        font-size: 20px;
    }
}

.btn-inquire{
    background-color: #ff931e;
    color: #fff;
    margin: 12px 15px;
    text-transform: uppercase;
}
.btn-inquire i{
    
    padding-right: 10px;
}
.item-header{
    border-bottom: 1px solid #DDD;
    padding-left: 0;
    padding-right: 0;
    
    /*border-bottom: 1px solid #ddd;
    height: 60px;
    padding-left: 0;
    padding-right: 0;*/
}
.item-header h2{
    font-weight: 700;
    font-size: 22px;
    margin: 17px 15px;
    padding-left: 20px;
    
}
.metric-container {
    display: block;
    margin-bottom: 35px;
    text-align: right;
    margin-right: 10px;
    margin-top: 30px;
}
.metric-container .metric {
    
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.metric-container .data {
    
    
    font-weight: 700;
    font-size: 17px;
    color: #3fa9f5;
}

.map{
    height: 480px;
    background-color: #EEE;
    width: 100%;
}
.googlecontainer {
    padding-left: 0;
    padding-right: 0;
}

.fixed-top {
    position: fixed;
    top: 50px;
}

.scroll {
    overflow: scroll;
}

.property-details-wrapper {
    margin: 2em 0;
}

.property-details-wrapper div {
    text-align: center;
    width: 100%;
}

.detail-value {
    color: #20c3f3;
    font-weight: 500;
    font-size: 1.6em;
}


/* specification */

div.spec_wrapper {
    padding: 1em;
    border-bottom: 1px solid rgb(51,51,51);
    margin: 1em;
}

div.spec_wrapper > div {
    display: inline-block;
}

div.spec_header div, div.spec_detail div { 
    display: inline-block 
}
div.spec_area { 
/*
    border-bottom: 1px solid rgb(51,51,51);
*/
    margin: 0 3em;
}


div.spec_header .spec_no_title{
    max-width: 7em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
}

div.spec_detail {
    margin-top: 1em;
    margin-right: 2em;
    display: inline-block;
}

div.spec_detail .spec_title {
    max-width: 3em;
    line-height: 1em;
}

div.spec_header .spec_no, div.spec_detail .spec_value {
    color: #20c3f3;
    font-weight: bold;
}

div.spec_header .spec_no {
    font-size: 30px;
}

div.spec_detail .spec_value {
    font-size: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}


.projects-footer {
    color: rgb(102,102,102);
    line-height: 1.5em;
    margin: 1em 0;
    height: 3em;
}
.footer-label {
    display: block;
}

.projects-header {
	margin-top: 1em;
}


.projects-header .form-group {
	margin-left: 1em;
}

.projects-header h1 {
	clear: both;
     color:  rgb(102, 102, 102);
}

.btn-quick-link, .btn-quick-link:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #e8e8e8 0%, #d5d5d5 100%) repeat scroll 0 0;
    border-color: #eaeaea #c5c5c5 #b9b9b9 #e9e9e9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 2px #e6e6e6;
    color: #2a2a2a;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    margin: 7px 16px 4px 0;
    padding: 0;
    text-align: left;
    white-space: normal;
    width: 100%;
    display: block;
}


.label-sale, .label-rent, .label-off-plan {
    background-color: rgba(255, 0, 0, 0.4);
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: -1px;
    margin-right: 10px;
    margin-top: -1px;
    position: relative;
    text-align: center;
    width: 42px;
    border-radius: 2px;
    display: inline-block;
}

.label-rent {
    background-color: rgba(0, 153, 51, 0.4);
    width: 46px;
}

.link-available {
    color: #898989;
}


.units-list > h1 {
    color: rgb(102,102,102);
    font-size: 22px;
    font-weight: 300;
    padding: 0;
    text-align: left;
    border-bottom: 1px dashed #dadada;
}

@media (max-width: 480px) {
    .projects-header h1 {
        font-size: 1.5em;
    }
    .units-list > h1 {
        font-size: 17px; 
    }

    .btn-quick-link {
        font-size: 0.825em;
    }
}

.units-list article {
    border: 1px solid #dadada;
    display: table;
    table-layout: fixed;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
}

.units-list article:hover {
    background-color: #f8f8f8;
}

.property-row {
    background-color: #fbfbfb;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: table;
    margin-bottom: 30px;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}


.property-row-image-container {
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: top;
}

.property-row-image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.property-row-image img {
    display: block;
    height: auto;
    max-height: 300px;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-top: -1px;
    max-width: 100%;
    width: 100%;
}

.property-row-content {
    display: table-cell;
    padding: 20px 30px;
    vertical-align: top;
    float: none;
}
@media (max-width: 991px) {
.property-row-content {
    padding: 5px;
    }
}

.property-row-title {
  color: #06a7ea;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-row-body {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-row-title a {
  color: #06a7ea;
}

.property-row-location {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  color: #777777;
  font-size: 15px;
  font-weight: 300;
    margin: 0;
  padding-bottom: 10px;
}
.property-row-location a:not(:last-child):after{
    content: ' - ';
}

.property-row-meta {
  margin-top: 15px;
}

@media (max-width: 1200px) {
.property-row-location {
    margin: 0;
}
.property-row-meta {
  margin-top: 5px;
}

}
@media (max-width: 991px) {
    .units-list {
        padding-right: 0;
    }
    .units-list > article {
        margin-right: -30px;
    }

    .property-row-title {
        font-size: 15px;
    }
    .property-row-meta {
      margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .entry-header h1.sm-no-wrap {
        white-space: inherit;
    }

    .btn-responsive {
        padding:2px 4px;
        font-size:100%;
        line-height: 1;
    }
    .property-row-title {
        font-size: 13px;
    }
    .property-row-meta {
        margin-top: 0;
        font-size: 11px;
    }

    .property-row-meta-item > span {
        display: none; 
    }

    .property-row-meta i {

    }
}

.property-row-meta-item {
  margin-right: 10px !important;
}

.property-badge {
  background-color: #fff;
  border-radius: 0;
  color: #313131;
  font-size: 15px;
  font-weight: 400;
  left: 15px;
  line-height: 1;
  padding: 8px 12px;
  position: absolute;
  top: 15px;
}

.pagination {
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  padding-left: 0;
  text-align: center;
}


.pagination .page-numbers {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #02344a;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin: 0 5px;
  padding: 0 13px;
}

.pagination .page-numbers.current {
  background-color: #06a7ea;
  color: #fff;
}

.screen-reader-text {
  display: none;
}


/* Single unit page */
.property-title {
      font-weight: 400;
        margin: 40px 0;
}

#property-detail-section-gallery {
  margin-top: -12px;
}

.property-detail-gallery-preview {
  background-color: #fff;
  padding: 0;
}

.property-content {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
clear: both;
}

.property-overview {
  margin: 0 0 30px;
  padding: 0;
}

.property-overview h2 {
  margin-top: 30px;
}

.property-overview ul {
  background-color: rgba(0, 0, 0, 0.04);
  list-style: outside none none;
  padding: 12px 20px;
  display: table;
  width: 100%;
}

.property-overview li {
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
clear: left;
float: left;
line-height: 40px;
width: 48%; }
@media (max-width: 991px) {
  .property-overview li {
    width: 100%; } }
.property-overview li:nth-child(even) {
  float: right;
  clear: right; }
.property-overview li strong {
  color: #02344a;
  float: right;
  font-weight: 600; }
.property-overview li:last-child, .property-overview li:nth-last-child(2) {
  border-bottom: 0px; }

.property-overview li strong {
  color: #02344a;
  float: right;
  font-weight: 600;
}

.property-description {
  line-height: 30px;
    clear: both;
}

.property-description * {
    box-sizing: border-box;
}

.property-description-content {
  max-height: 352px;
  overflow: hidden;
  position: relative;
}

.property-content h2 {
  margin: 50px 0;
}

/*******************************************************************
 * Property Amenities
 *******************************************************************/
.property-amenities ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.property-amenities li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  float: left;
  list-style: none;
  line-height: 40px;
  width: 48%; }
  @media (max-width: 767px) {
    .property-amenities li {
      width: 100%; } }
  .property-amenities li:nth-child(even) {
    float: right; }
  .property-amenities li:after {
    float: right;
    font-family: 'PictoPro';
    font-size: 13px;
    margin-right: 10px; }
  .property-amenities li.yes:after {
    content: '\e792';
    color: #5cb85c; }
  .property-amenities li.no:after {
    content: '\e78c';
    color: #d9534f; }

.property-detail-gallery-preview {
  background-color: #fff;
  padding: 0;
}

/*
.property-detail-gallery-preview-inner div {
    float: left;
}
*/

.property-detail-gallery-preview .owl-carousel {
  padding: 30px 80px 0;
}

.owl-carousel .owl-item {
  -moz-user-select: none;
  float: left;
  min-height: 1px;
  position: relative;
}

.property-detail-gallery-preview .owl-item {
  cursor: pointer;
  padding: 0 20px 30px;
  position: relative;
  transition: all 0.15s linear 0s;
}

.property-detail-gallery-preview .owl-item::after {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 20px;
  position: absolute;
  right: 20px;
  transition: all 0.15s linear 0s;
}

.property-detail-gallery-preview .owl-item div {
  display: block;
}

.property-detail-gallery-preview .owl-item > div {
  max-height: 60px;
  overflow: hidden;
}

.property-detail-gallery-preview .owl-item img {
  opacity: 0.5;
  transition: all 0.15s linear 0s;
}

.property-detail-gallery-preview .owl-item.highlighted img, .property-detail-gallery-preview .owl-item:hover img {
  opacity: 1;
}

.property-detail-gallery-preview .owl-next, .property-detail-gallery-preview .owl-prev {
  border: medium none;
  display: block !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s linear 0s;
}

.property-detail-gallery-preview .owl-prev {
  left: 36px;
  padding: 9px 10px 7px 9px;
}

.property-detail-gallery-preview .owl-next {
  padding: 9px 9px 7px 10px;
  right: 32px !important;
}


.property-detail-gallery .item-image, .property-map-position .gmap  {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 500px;
}


@media (min-width: 992px) and (max-width: 1199px) {
.property-detail-gallery .item-image, .property-map-position .gmap {
  height: 380px; } }
@media (min-width: 768px) and (max-width: 991px) {
.property-detail-gallery .item-image, .property-map-position .gmap  {
  height: 300px; } }
@media (max-width: 767px) {
.property-detail-gallery .item-image, .property-map-position .gmap  {
  height: 250px; } }

.property-detail-gallery-preview .owl-stage {
  margin-left: auto;
  margin-right: auto;
}


.sk-container {
    width: 100%;
    height: 100%;
    display: none;
    background: #fff;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
}

.sk-fading-circle {
  margin: 15% 40%;
  width: 20%;
  height: 40%;
  position: absolute;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.sk-circle-container {
    position: relative; 
}

.readmore-container {
    max-height: 120px;
    overflow: hidden;
    list-style:none;
    padding-left:0.5em;
    margin-left: 0px;
}


.mini-submenu{
  display:none;  
  background-color: rgba(0, 0, 0, 0);  
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  padding: 9px;  
  /*position: relative;*/
  width: 42px;

}

.mini-submenu:hover{
  cursor: pointer;
}

.mini-submenu .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 3px;
}

.mini-submenu .icon-bar {
  background-color: #000;
}

.types label {
    padding: 0 1em 0 1em;
}
.types label input {
   margin-right: .5em;
}


@media (max-width: 480px) {
    .types label {
        padding: 0 0.5em;
        line-height: 15px;
    }
    .types label input {
       margin-right: .3em;
    }
}


#select-units, #filter-projects {
    margin-top: 2em;
}

#select-units .form-group {
    margin-bottom: 10px;
}

#select-units ul {
    margin-bottom: 5px;
}

#select-units .select-label {
    color: rgb(102,102,102);
    font-size: 13px;
}

#select-units h3 {

    font-size: 14px;
    color: rgb(102,102,102);
    margin: 5px 0;
}

#select-units .checkbox, #select-units .checkbox-inline, #select-units .radio, #select-units .radio-inline {
    padding-top: 0;
    min-height: 22px;
    cursor: pointer;
}

#select-units .checkbox-inline {
    width: 100%;
}

#select-units .btn-group .btn {
    margin: 1px;
}

#select-units .checkbox:hover {
     background: #eee none repeat scroll 0 0;
     box-shadow: 0 0 1px 0 #ddd;
 }

#select-units .readmore-toggle, #filter-projects .clear-form, #select-units .clear-form {
    margin: 0;
    font-size: 11px;
}

#projects-list a.btn {
    padding: 6px 0;
}

.developers-list {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.hide-opacity {
    opacity: 0.1 !important;
}


.refine-text {
    font-size: 12px;
    color: rgb(102,114,118);
    line-height: 22px;
    width: 100%;
}

.no-padding {
    padding: 0;
}

#toggle-filter {
    color: #f6755b;
}

#dialog {
    display: none;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-header h1 {
    font-size: 20px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 0;
}

.entry-header .single-subtitle {
    font-size: 16px;
    margin: 3px 0;
}

.side-data {
    display: table;
}

.side-data-row {
    display: table-row;
}

.side-data-row span, .side-data-row strong {
    display: table-cell;
    width: 50%
}

.side-price {
    font-size: 24px;
    font-weight: 700;
    color: #e20031;
}

.readmore-content {
    overflow: hidden;
}

.readmore-switcher {
    margin-top: 2em;
}

@media (max-width: 767px) {
    .entry-header h1 {
        font-size: 16px;
    }
    .entry-header .single-subtitle {
        font-size: 14px;
    }
}


/* SIMILAR UNITS */
.property-box {
    background-color: #fbfbfb;
    border: 0 solid #eeeeee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 15px;
}
.property-box:hover .property-box-image::before {
    opacity: 1;
}
.property-box:hover .property-box-image::after {
    opacity: 0.6;
}
.property-box-image {
    margin: -15px -15px 0;
    position: relative;
}
.property-box-image img {
    display: block;
    height: auto;
    width: 100%;
}
.property-box-image::after, .property-box-image::before {
    position: absolute;
    transition: all 0.15s linear 0s;
}
.property-box-image::before {
    background-color: #313131;
    border-radius: 50%;
    color: #fff;
    content: "";
    font-family: PictoPro;
    height: 46px;
    left: 50%;
    line-height: 26px;
    margin-left: -18px;
    margin-top: -19px;
    opacity: 0;
    padding: 10px 16px;
    pointer-events: none;
    top: 50%;
    width: 46px;
    z-index: 20;
}
.property-box-image::after {
    background-color: #313131;
    content: "";
    height: 100%;
    opacity: 0;
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 10;
}
.property-box-title h3 {
    display: block;
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-box-title h3 a {
    color: #06a7ea;
}
.property-box-title h3 a:hover {
    text-decoration: none;
}
.property-box-type {
    color: #707070;
    font-size: 14px;
    margin: -5px 0 15px;
}
.property-box-price {
    color: #5cb85c;
    display: none;
    float: left;
    font-weight: bold;
}
.property-box-read-more {
    display: none;
    float: right;
}
.property-box-meta {
    margin-bottom: 5px;
}
.property-box-meta .pp {
    color: #b0b0b0;
    margin-right: 5px;
}
.property-box-meta .pp.pp-normal-bed, .property-box-meta .pp.pp-normal-cursor-scale-up {
    font-size: 11px;
}
.property-box-meta-item-beds, .property-box-meta-item-baths {
    float: right;
}
.property-box-meta-item-beds {
    margin-left: 10px;
}
.property-box-image-price {
    background-color: #313131;
    bottom: 15px;
    color: #fff;
    font-size: 15px;
    left: 15px;
    line-height: 1;
    padding: 8px 12px;
    position: absolute;
}

.local-attraction {
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
    height: 6em;
    display: flex;
}

.local-attraction:hover {
    text-decoration: none;
    color: #000;
}

.local-attraction p {
    margin: 1em;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.attr-img {
    width: 300px;
    float: left;
    padding: 5px;
}

.attr-img img {
    width: 100%;
    height: 200px;
}

.attr-map {
    width: 290px;
    height: 300px;
    float: left;
}

.attr-desc {
    width: 300px;
    float: right;
    padding: 5px;
    max-height: 600px;
    overflow-y: scroll;
}

#calculator {
    padding: 10px;
}


.project-description, .project-description p, .project-description span, .project-description div, .project-description h1, .project-description h2, .project-description h3, .project-description h4,.project-description h5 {
    font-family: inherit !important;
    font-size: 1em !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
    width: auto !important;
    color: inherit !important;
}

.project-description p {
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.selling-points {
    padding: 10px;
}

.selling-points strong {
    padding-left: 10px;
    margin-bottom: 1em;
    font-size: 1.2em;
    display: block;
}

.selling-points p {
    padding-left: 10px;
}

.tag {
    font-size: 10px;
    background-color: #38ae40;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    padding: 3px 10px;
    color: #fff;
}

.alternate-clr {
    color: #2584c4;
}

.marketing-page h3 {
    margin: 25px 0;
    text-transform: uppercase;
    color: #97ca53;
    font-weight: normal;
    font-size: 24px;
}

.marketing-page .btn-primary {
    background-image: none;
    text-transform: uppercase;
    padding: 5px 25px; 
    border-color: #8ec63f;
    background-color: #8ec63f;
}

.marketing-page .unit-title {
    font-size: 22px;
    font-weight: 200; 
}

.marketing-page .unit-price {
    font-size: 18px;
}

.unit-icons {
    padding-left: 35px;
    padding-right: 10px;
    border-right: 1px solid #47ab9f;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
}

.unit-icons.beds {
    background: url('img/beds.png') no-repeat left;
}

.unit-icons.parking {
    background: url('img/parking.png') no-repeat left;
}

.unit-icons.area {
    background: url('img/area.png') no-repeat left;
    border-right: none;
}

.moreless {
    max-height: 14em;
}

.moreless-toggle {
    display: none;
    margin: 1.5em 0;
    cursor: pointer;
}

.btn-menu {
    float: right; 
    color: #fff !important; 
    margin-top:8px;
}

.btn-fixed {
	position: fixed;
    right: 0;
    top: 50%;
    z-index: 23;
	color: #000;
    transform: rotate(90deg);
    margin: 0 -40px 0 0; 
	background: rgba(255,147,30,0.5);
}

body.headroom--unpinned .hide-scrolldown {
    display: none !important;
}

body.page-project.headroom--unpinned .navbar-fixed-top, body.page-project.headroom--unpinned .sidebar-toggle {
    display: none;
}

body.page-project.headroom--unpinned .container-fluid {
    margin-top: 0 !important;
}

body.page-project.headroom--unpinned .bgimg,body.page-project.headroom--unpinned .bgimg .inslogo {
    top: 0;
} 
body.page-project.headroom--unpinned #wrap-fixed {
    top: 0 !important;
}

@media (max-width: 767px) {

    .finance-logos img {
        width: 100px;
    }


    .local-image {
        height: 100px !important;
    }

    .local-attraction {
        font-size: 0.7em;
    }

    .property-amenity .data {
        padding: 0 0 10px;
        font-size: 14px;
    }

    .local-attraction-wrapper ul.nav li {
        width: 33%;
        text-align: center;
    } 

    .local-attraction-wrapper ul.nav li a {
        font-size: 0.8em;
        padding: 10px 5px;
        margin-right: 0;
    }

    body.headroom--unpinned .hide-scrolldown-xs {
        display: none !important;
    }

    .sidebar-wrapper {
        width: 50%;
    }

    .sidebar-wrapper .sidebar-scroller {
        right: 0;
    }

    body.page-project.headroom--unpinned .navbar-fixed-top, body.page-project.headroom--unpinned .sidebar-toggle {
        display: block;
    }
body.page-project.headroom--unpinned .container-fluid {
    margin-top: 50px !important;
}

body.page-project.headroom--unpinned .bgimg,body.page-project.headroom--unpinned .bgimg .inslogo {
    top: 50px;
} 
body.page-project.headroom--unpinned #wrap-fixed {
    top: 50px !important;
}
	.btn-fixed {
		bottom: 0;
		top: auto;
        right: auto;
		left: 50%;
		left: calc(50% - 4em);
        transform: none;
        margin: 0;
	}

    .btn-menu {
        margin-top: 1em;
        float: none;
    }

    .attr-img, .attr-desc {
        float: none;
    }

	.attr-desc {
		max-height: 7em;
	}

    .moreless-xs {
        height: 10em;
        overflow: hidden;
    }

    .moreless-toggle {
        display: block;
    }

    .property-detail-gallery a:not(:first-child) {
        display: none;
    }

    .bgimg, .bgimg .inslogo {
        position: static;
        height: 200px;
    }

    .cnt {
        margin-top: 0;
    }

	.pull-none-xs {
		float: none !important;
	}
}

.floor_link {
    display: inline-block;
}


.am-icon {
    width: 100%;
    height: 48px;
    margin: 0.1em 0 0.3em;
    background-position: 50% 50%; 
    background-repeat: no-repeat;
}

.am-aqua-park {
    background-image: url('amenities/aqua-park.svg');
}

.am-banks {
    background-image: url('amenities/banks.svg');
}

.am-bar {
    background-image: url('amenities/bar.svg');
}

.am-beach {
    background-image: url('amenities/beach.svg');
}

.am-coffee-shop {
    background-image: url('amenities/coffee-shop.svg');
}

.am-gas {
    background-image: url('amenities/gas-center.svg');
}

.am-hotel {
    background-image: url('amenities/hotel.svg');
}

.am-laundry {
    background-image: url('amenities/laundry.svg');
}

.am-medical-center {
    background-image: url('amenities/medical-center.svg');
}

.am-parking {
    background-image: url('amenities/parking.svg');
}

.am-prayer-area {
    background-image: url('amenities/prayer-area.svg');
}

.am-sauna {
    background-image: url('amenities/sauna.svg');
}

.am-swimming-pool {
    background-image: url('amenities/swimming-pool.svg');
}

.am-treadmill {
    background-image: url('amenities/treadmill.svg');
}



body.headroom-unpinned  .content { background: #000 !important; }
body.headroom-pinned  .content { background: #666 !important; }

