﻿.space-5 {
    height: 5px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-15 {
    height: 15px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-25 {
    height: 25px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-30 {
    height: 30px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-35 {
    height: 35px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-40 {
    height: 40px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-45 {
    height: 45px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-50 {
    height: 50px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-100 {
    height: 100px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.space-200 {
    height: 200px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}


.custom-search-input {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: medium none;
    color: #555454;
    font-size: 13px;
    height: 38px;
    padding: 0 16px;
    width: 100%;
    background: #ffffff !important;
}

.default-list-style {
    list-style: disc;
    padding-left: 35px;
    line-height: 1.5;
}

.default-list-style li {
    list-style: disc;
}

.single-feature-50 {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .single-feature-50 {
        width: 100%;
    }
}

.bg-custom-blue {
    background: #0096b9;
}


a.highlited-property-name:focus,
a.highlited-property-name:hover {
    text-decoration: none;
    color: #1b1a1c;
}

.parallax {
    width: 100%;
    height: 360px;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.about-icon-small{
    max-width:60px;
    max-height:60px;
}

.single-feature-custom{
    float:left;
}

.property-list-description > p > span {
    color: #606060 !important;
    font-family: 'SourceSansPro-Regular' !important;
    font-size: 16px !important;
    text-align: left !important;
    line-height: 24px !important;
    background:inherit !important;
}

.tab-text{
    margin-left: 30px;
}
.tab-text-small {
    margin-left: 15px;
}



