.property .property-featured {
    margin:40px 0;
    padding: 10px;
    background: #f6f6f6;
    clear: both;
}

.property .property-featured .images {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.property .property-featured .images .caroufredsel-wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.property .property-featured .images ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.property .property-featured .images ul:before,
.property .property-featured .images ul:after {
    content: " ";
    display: table;
}

.property .property-featured .images ul:after {
    clear: both;
}

.property .property-featured .images ul:before,
.property .property-featured .images ul:after {
    content: " ";
    display: table;
}

.property .property-featured .images ul:after {
    clear: both;
}

.property .property-featured .images ul li {
    float: left;
    padding: 0 !important;
}

.property .property-featured .images ul li img {
    width: 100%;
    height: auto;
}

.property .property-featured .images .slider-control {
    font-size: 30px;
    color: #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 10px;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    z-index: 1000;
}

.property .property-featured .images .slider-control.prev-btn .slider-icon-prev:before {
    content: "\f104";
    position: relative;
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.property .property-featured .images .slider-control.next-btn {
    right: 0;
    left: auto;
}

.property .property-featured .images .slider-control.next-btn .slider-icon-next:before {
    content: "\f105";
    position: relative;
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

.property .property-featured .images .slider-control:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.property .property-featured .thumbnails {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.property .property-featured .thumbnails .thumbnails-wrap {
    margin: 0 -5px;
}

.property .property-featured .thumbnails ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.property .property-featured .thumbnails ul:before,
.property .property-featured .thumbnails ul:after {
    content: " ";
    display: table;
}

.property .property-featured .thumbnails ul:after {
    clear: both;
}

.property .property-featured .thumbnails ul:before,
.property .property-featured .thumbnails ul:after {
    content: " ";
    display: table;
}

.property .property-featured .thumbnails ul:after {
    clear: both;
}

.property .property-featured .thumbnails ul li {
    float: left;
    margin: 0 5px;
}

.property .property-featured .thumbnails ul li img {
    width: 100%;
    height: auto;
}

.property .property-featured .thumbnails .caroufredsel-next,
.property .property-featured .thumbnails .caroufredsel-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    z-index: 100;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.property .property-featured .thumbnails .caroufredsel-next:hover,
.property .property-featured .thumbnails .caroufredsel-prev:hover {
    background-color: #111111;
}

.property .property-featured .thumbnails .caroufredsel-next.disabled,
.property .property-featured .thumbnails .caroufredsel-prev.disabled {
    display: none !important;
}

.property .property-featured .thumbnails .caroufredsel-prev {
    left: -35px;
}

.property .property-featured .thumbnails .caroufredsel-prev:before {
    content: "\f104";
    position: relative;
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    padding-right: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.property .property-featured .thumbnails .caroufredsel-next {
    right: -35px;
}

.property .property-featured .thumbnails .caroufredsel-next:before {
    content: "\f105";
    position: relative;
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    padding-right: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.property .property-featured .thumbnails:hover > .caroufredsel-prev {
    left: 10px;
}

.property .property-featured .thumbnails:hover > .caroufredsel-next {
    right: 10px;
}

.property .property-title {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #2d313f;
    float: left;
    width: 72%;
    width: -webkit-calc( 100% - 170px );
  /** Safari 6, Chrome 19-25 **/
    width: -moz-calc( 100% - 170px );
  /** FF 4-15  **/
    width: calc( 100% - 170px );
  /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/;
}

.property .property-title small {
    font-size: 18px;
    font-weight: 300;
    color: #2d313f;
    display: block;
    margin-top: 12px;
}

.property .property-share {
    float: right;
}

.property .property-share a {
    background: #eee;
    border-radius: 50%;
    margin: 0px 3px;
    color: #a5a5a5;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.property .property-share a:hover {
    background: #7aa0d3;
    color: #fff;
}

.property .property-summary {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.property .property-detail {
    padding: 15px;
    background: #F6F6F6;
    border: 1px solid #e5e5e5;
    margin: 0 30px 15px 15px;
}

.property .property-detail-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.property .property-feature-title,
.property .property-map-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.property .property-detail-content .detail-field {
    font-size: 14px;
}

.property .property-detail-content .detail-field > span {
    padding-top: 3px;
    padding-bottom: 3px;
}

.property .property-detail-content .detail-field .detail-field-label {
    font-weight: bold;
    text-align: right;
    clear: both;
}

@media (max-width: 767px) {
    .property .property-detail-content .detail-field > span {
        display: inline-block;
        width: 49%;
    };
}

.property .property-desc {
    width: calc(66.6666% - 45px);
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .property .property-desc {
        margin-left: 15px;
    };
}

.property .property-content {
    padding: 0 15px 0 0;
    margin-left: 15px;
}

.property .property-feature {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.property .property-feature-content {
    text-transform: capitalize;
}

.property .property-feature-content:before,
.property .property-feature-content:after {
    content: " ";
    display: table;
}

.property .property-feature-content:after {
    clear: both;
}

.property .property-feature-content:before,
.property .property-feature-content:after {
    content: " ";
    display: table;
}

.property .property-feature-content:after {
    clear: both;
}

.property .property-feature-content .has,
.property .property-feature-content .no-has {
    padding: 3px 0;
    font-size: 14px;
    width: 33.333%;
    float: left;
}

@media (max-width: 767px) {
    .property .property-feature-content .has,
  .property .property-feature-content .no-has {
        width: 49%;
    };
}

.property .property-feature-content .no-has {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.property .property-feature-content i {
    margin-right: 5px;
    font-size: 14px;
}

.property .property-video {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.property .property-video .property-video-title {
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
}

.property .property-map {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.property .property-map img {
    max-width: none;
}





.property-featured ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.property-featured li {
    margin: 0;
    padding: 0 0 20px !important;
    border: none !important;
    float: left;
    width: 100%;
}

.property-featured li h4 {
    margin: 0;
}

.property-featured li .featured-status {
    font-size: 14px;
    font-style: italic;
}

.property-featured .featured-image {
    float: left;
    margin-right: 20px;
}

.property-featured .featured-image img {
    max-width: 70px;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}



/* variables */
