body {
    background: #ffffff;
}

.logo {
    float: left;
}

.main-header {
    width: 100%;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.properties-detail-slider .item {
    max-height: 900px;
    margin-bottom: 20px;
}

.footer-top {
    background: rgba(255, 255, 255, 0.13);
    margin-bottom: 50px;
    padding: 30px;
}

.sidebar-widget h3 {
    background-color: rgb(0, 22, 71);
    color: #FFF;
    padding: 20px;
    margin: 0 0 20px 0;
}

.sidebar-widget .form-group .rent_price,
.sidebar-widget .form-group .sale_price {
    display: none;
}

.footer-top form input {
    color: #333333;
}

/*properties list*/

.property-content .facilities-list li {
    width: auto;
    display: inline-block;
    font-size: 12px;
    line-height: 29px;
    list-style: none;
    color: #4a4747;
    margin: 3px;
    padding: 0px 7px;
    background-color: #efefef;
    border-radius: 4px;
}

.property .property-content {
    padding: 10px 0px !important;
}

/*property details*/

.heading-properties .pull-right h3 {
    text-align: right;
}

.recently-properties .property-img {
    min-height: 100px;
}

.claimer {
    width: 100%;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    background-color: rgb(0, 22, 71);
    color: white;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    margin-top: 2px;
}

.property-content .property-footer {
    border-top: solid 1px #f1f1f1;
    padding-top: 15px;
    margin-top: 5px;
    color: #4a4747;
}

@media (min-width: 768px)
{
	.navbar-nav {
	    float: left;
	    margin: 30px 30px 30px 58px;
	}
}
