.field-label-above {
	margin: 1em 0;
}

.node-house-for-sale .field-type-image,.node-house-for-rent .field-type-image
	{
	float: right;
}

.field-name-field-node-logo
	/* although called logo is actually the page image */ {
	float: right;
	margin: 0 0 20px 20px;
}

body.page-node .node .field-name-field-node-image .field-items
	/* althought called image is actually the logo */ {
	float: right;
	margin: 0 0 20px 20px;
}

body.node-type-news .field-name-post-date {
	margin-bottom: 1em;
	font-family: "franklin-gothic-urw-cond", sans-serif;
	color: #454545;
}

.carousel_title {
	font-size: 1.3em;
	font-weight: 700;
	text-decoration: none;
}

.imgcaption {
	font-weight: bold;
	font-family: "franklin-gothic-urw-cond", sans-serif;
	text-align: center;
}

.node-house-for-rent .field-name-body {
	margin-top: 1.5em;
}

@media (max-width: 768px){
		body.page-node .node .field-name-field-node-image .field-items{
	float: none;
	margin: 0;
	margin-bottom: 20px;
	}
}