/* Begin Header section*/
.header-section{
	background:url(../img/top_repeat.jpg) repeat;
	padding:0px;
}

.logo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: 100;
	color: #FF6;
	margin:9px 0px;
}
.navbar{
	margin-bottom:0px;
	border-radius:0px;
	padding-right:0px;
}
.navbar-collapse{
	padding-left:0px;
}
.margin-top{
	margin-top:20px;
}
/* End Header section*/


/*Begin Content Section*/
.content-section{
	margin-top:20px;
}
.pageheader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 40px;
	line-height: 42px;
	font-weight: bold;
	color: #600;
	font-variant: small-caps;
}

.selected img {
	opacity:0.5;
}
	/*Begin listing*/
.list-inline>li {
    padding: 0 10px 0 0;
}
.container-pad {
    padding: 30px 15px;
}


/**** MODULE ****/
.bgc-fff {
    background-color: #fff!important;
}
.box-shad {
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
    border: 1px solid #ededed;
}

/* Font changes */
.fnt-smaller {
    font-size: .9em;
}
.fnt-lighter {
    color: #bbb;
}

/* Padding - Margins */
.pad-10 {
    padding: 10px!important;
}
.mrg-0 {
    margin: 0!important;
}
.btm-mrg-10 {
    margin-bottom: 10px!important;
}
.btm-mrg-20 {
    margin-bottom: 20px!important;
}

/* Color  */
.clr-535353 {
    color: #535353;
}




/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
    #property-listings .property-listing {
        padding: 5px!important;
    }
    #property-listings .property-listing a {
        margin: 0;
    }
    #property-listings .property-listing .media-body {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) {
    #property-listings .property-listing img {
        max-width: 180px;
    }
}

	/*End Listing*/
/*End content section*/

/*Begin Footer Section*/
.footer-section{
	background:url(../img/bottom.jpg) repeat;
	padding:12px 0px;
}
/*End Footer Section*/