@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.clear {
	clear: both;
}
.rewp-center {
	text-align: center;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;	
}

.rewp-idx-div {
	font-size: 12px;
	line-height: normal;
}
.rewp-idx-div * {
	box-sizing: border-box;
}
.rewp-idx-div p {
	margin: 7px 0;
	padding: 0;	
}
.rewp-idx-div a {
	color: #069;
}
.rewp-idx-div a:hover {
	color: #333;
}
#idx_denied_notice {
	padding: 10px;
	margin: 10px 0;
	border-radius: 3px;
	text-align: center;
	background: #FFFBCB;	
	font-size: 14px;
	color: #333;
}
#rewp-membership-links {
	text-align: right;
	margin: 10px;	
}

#rewp-idx-search {
	position: relative;
	width: 100%;
	max-width: 100%;
}

label {
	cursor: pointer;
}
.rewp-table {
	display: table;
	width: 100%;
}
.rewp-row {
	display: table-row;
}
.rewp-cell {
	display: table-cell;
	vertical-align: middle;
}
#rewp-idx-topbar {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 45px;
	color: #333;
}

#changeCriteriaBttn {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 45px;
	line-height: 39px;
	padding: 3px 25px 3px 12px;
	color: #fff;
	cursor: pointer;
	background-color: #258dc8;
	background-image: url(images/icon-arrow-down-white.png);
	background-repeat: no-repeat;
	background-size: 10% auto;
	background-position: 94% center;	
}
#changeCriteriaBttn.open {
	background-image: url(images/icon-arrow-down-white.png);
	background-color: #258dc8;
}
#changeCriteriaBttn.closed {
	color: #fff;
	background-image: url(images/icon-arrow-left-white.png);
	background-color: #258dc8;
}

#searchBarInput {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 25px;
	width: 210px;
	max-width: 95%;
	padding: 3px 5px 3px 28px;
	background-color: #fff;
	background-image: url(images/icon-search.png);
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: 2% center;
	border: solid 1px #efefef;
	color: #333;
	font-size: 14px;
	z-index: 2;
}

#rewp-idx-topbar-search-dd {
	position: absolute;
	width: 350px;
	max-width: 95%;
	min-height: 200px;
	top: 35px;
	right: 10px;
	padding: 10px;
	background: #fff;
	border-top: solid 1px #f5f5f5;
	z-index: 2;	
	display: none;
}


/* criteria*/

#rewp-idx-criteria-bar {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 55px;
	display: block;
	border-bottom: solid 1px #f5f5f5;

	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

	color: #333;
}
#rewp-idx-search.overUnder #rewp-idx-criteria-bar {
	position: absolute;
	left: 0px;
	width: 275px;
	height: auto;
	z-index: 1;
}

#rewp-criteria-table {
	position: relative;
	display: table;
	width: 100%;
	height: 55px;
}
#rewp-idx-search.overUnder #rewp-idx-criteria-bar #rewp-criteria-table {
	display: block;
	height: auto;
}
#rewp-idx-search.overUnder #rewp-idx-criteria-bar .rewp-row {
	display: block;
	height: auto;
}

.rewp-criteria-cell {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	width: 14.28%;
	padding: 0 8px 0 17px;
	border-left: solid 1px #ddd;
}
.rewp-criteria-cell:first-child {
	border-left: none;
}
.rewp-criteria-cell:last-child {
	text-align: center;
	padding: 0 5px;
}

.rewp-criteria-cell.open {
	background: #258dc8;
}
.rewp-criteria-cell.open .rewp-title {
	color: #fff;
}
.rewp-criteria-cell:hover {
	background: #258dc8;
}
.rewp-criteria-cell:last-child:hover {
	background: none;
}
.rewp-criteria-cell .rewp-title {
	font-size: .9em;
	color: #000;
	cursor: pointer;
}
#rewp-idx-search.overUnder #rewp-idx-criteria-bar .rewp-title {
	font-size: 14px;
}
#rewp-idx-search.overUnder #rewp-idx-criteria-bar .rewp-criteria-cell {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	padding: 8px;
	border-left: 0;
	border-bottom: solid 1px #efefef;
}

.rewp-criteria-cell-arrow {
	position: absolute;
	top: 23px;
	left: 5px;
	width: 10px;
	height: 10px;
	background-image: url(images/icon-arrow-right-black.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.rewp-criteria-cell-arrow.open {
	background-image: url(images/icon-arrow-down-black.png);
}

#rewp-idx-search.overUnder #rewp-idx-criteria-bar .rewp-criteria-cell-arrow {
	position: relative;
	display: inline-block;
	float: left;
	top: auto;
	left: auto;
	height: 10px;
	width: 10px;
	margin: 4px;
}

.rewp-criteria-dd {
	position: absolute;
	top: 54px;
	left: 0;
	width: 250px;
	padding: 10px 10px 25px 10px;
	background: #258dc8;
	color: #fff;
	z-index: 2;
	display: none;
}
#rewp-idx-search.overUnder #rewp-idx-criteria-bar .rewp-criteria-dd {
	top: 0px;
	left: 100%;
}

.rewp-criteria-dd-subline {
	margin-top: 15px;
	font-size: 12px;
	color: #ccc;
	font-style: italic;	
}

#rewp-location-criteria-dd select {
	font-size: 12px;
	min-width: 120px;
}
#rewp-location-criteria-dd label {
	display: inline-block;
	width: 100px;
}


/* price slider / inputs */

#rewp-price-inputs {
	margin-top: 10px;
}
#rewp-price-inputs input {
	width: 100%;
	padding: 3px;
	border: solid 1px #ddd;
	background: #fff;
	font-size: 14px;	
	color: #000;
}
#rewp-priceslider {
	margin: auto 10px;	
}

#rewp-beds-baths-criteria-dd select {
	font-size: 12px;
	width: 75px;
}
#rewp-beds-baths-criteria-dd label {
	display: inline-block;
	width: 75px;
}
#rewp-sf-criteria-dd select {
	font-size: 12px;
	width: 125px;
}
#rewp-sf-criteria-dd label {
	display: inline-block;
	width: 75px;
}

#rewp-idx-submit-bttn {
	padding: 8px 13px;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;

	background: #69ea00;
	background: -moz-linear-gradient(top, #69ea00 0%, #5dce00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69ea00), color-stop(100%,#5dce00));
	background: -webkit-linear-gradient(top, #69ea00 0%,#5dce00 100%);
	background: -o-linear-gradient(top, #69ea00 0%,#5dce00 100%);
	background: -ms-linear-gradient(top, #69ea00 0%,#5dce00 100%);
	background: linear-gradient(to bottom, #69ea00 0%,#5dce00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69ea00', endColorstr='#5dce00',GradientType=0 );		
}
#rewp-idx-submit-bttn:hover {
	background: #5dce00;
	background: -moz-linear-gradient(top, #5dce00 0%, #69ea00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dce00), color-stop(100%,#69ea00));
	background: -webkit-linear-gradient(top, #5dce00 0%,#69ea00 100%);
	background: -o-linear-gradient(top, #5dce00 0%,#69ea00 100%);
	background: -ms-linear-gradient(top, #5dce00 0%,#69ea00 100%);
	background: linear-gradient(to bottom, #5dce00 0%,#69ea00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dce00', endColorstr='#69ea00',GradientType=0 );
}
#rewp-idx-submit-bttn.off {
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

#rewp-idx-loading-graphic {
	width: 30px;
	height: 30px;
	display: none;
}


/* results */

#rewp-idx-results {
	position: relative;
	
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );

	color: #333;
}
#rewp-idx-search.sideBySide #rewp-idx-results {
	float: left;
	width: 35%;
	max-width: 35%;
	height: 100%;
	overflow-y: auto;
}
#rewp-idx-search.overUnder #rewp-idx-results {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#rewp-results-message {
	padding: 20px;
	color: #333;	
}
#rewp-results-count {
	margin: 15px 10px;	
}
#rewp-results-sort {
	position: absolute;
	top: 15px;
	right: 10px;
}
#rewp-idx-search.overUnder #rewp-results-sort {
	top: 0px;
}
.rewp-idx-result-row {
	position: relative;
	width: auto;
	max-width: 100%;
	margin: 8px;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #ffffff;
}
.rewp-idx-row-title {
	padding: 5px;
	background: #f9f9f9;		
}
.rewp-idx-row-title a {
	color: #000;
	font-weight: bold;
}
.rewp-idx-row-price {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px 5px 5px 10px;
	color: #0c0;
	z-index: 1;
	background: #f9f9f9;		
}
.rewp-row-photo {
	display: block;
	position: relative;
	float: left;
	width: 135px;
	height: 100px;
	margin: 0 5px 5px 0;
	background-size: cover;
	background-repeat: none;
	background-position: center;
	overflow: hidden;
}


/* statuses */

.rewp-row-status.pending {
	position: absolute;
	bottom: 5px;
	left: 0px;
	padding: 3px 5px;
	background: #FC0;
	opacity: 0.7;
	color: #fff;
	text-align: center;	
}
.rewp-row-status.sold {
	position: absolute;
	bottom: 5px;
	left: 0px;
	padding: 3px 5px;
	background: #f00;
	opacity: 0.7;
	color: #fff;
	text-align: center;	
}

.rewp-detail-cells {
	display: table;
	margin: 5px 0 8px 0;
}
#rewp-idx-search.overUnder .rewp-detail-cells {
	padding: 10px;
}
.rewp-detail-cell {
	display: table-cell;
	padding: 0 5px;
	border-right: solid 1px #efefef;
}
.rewp-detail-cells .rewp-detail-cell:first-child {
	padding-left: 0;
}
.rewp-detail-cells .rewp-detail-cell:last-child {
	border-right: none;
}

.rewp-detail-cell-value {
	font-size: 20px;
	color: #222;
}
.rewp-detail-cell-title {
	font-size: 12px;
	color: #666;
}
.rewp-result-row-subline {
	margin-bottom: 5px;
	font-size: 13px;
	color: #888;
	font-style: italic;	
}
#rewp-idx-search.overUnder .rewp-result-row-subline {
	display: inline-block;
	margin-left: 10px;
}

.rewp-result-row-desc {
	font-size: 14px;
	color: #666;
	font-style: italic;	
	display: none;
}
.rewp-result-row-bttns {
	display: table;
	width: 100%;
	border-top: solid 1px #efefef;

	background: #ffffff;
}
.rewp-result-row-bttn {
	display: table-cell;
	width: 50%;
	padding: 5px;
	text-align: center;
	color: #999;
	cursor: pointer;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(224,224,224,0.65) 100%);

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(224,224,224,0.65) 100%);

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(224,224,224,0.65) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6e0e0e0',GradientType=0 );
}
a.rewp-result-row-bttn {
	color: #666;
}
.rewp-result-row-bttn:hover {
	background: #fff;
	color: #000;
}
.rewp-result-row-bttns .rewp-result-row-bttn:first-child {
	border-right: solid 1px #efefef;
}
.rewp-result-row-bttn.no-map {
	color: #ccc;
}
.rewp-result-row-bttn.no-map:hover {
	background: inherit;
}

#rewp-prev-offset-bttn {
	float: left;
}
#rewp-next-offset-bttn {
	float: right;
}
#rewp-prev-offset-bttn, #rewp-next-offset-bttn {
	margin: 0 10px 10px 10px;
	padding: 5px 10px;
	font-size: 12px;
	background: #ccc;
	color: #333;
	cursor: pointer;
}


/* map */

#rewp-idx-map {
	position: relative;
	background: #666;
}
#rewp-idx-search.sideBySide #rewp-idx-map {
	float: right;
	width: 65%;
	max-width: 65%;	
	height: 100%;
}
#rewp-idx-search.overUnder #rewp-idx-map {
	width: 100%;
	max-width: 100%;
	height: 500px;
}

#rewp-idx-map img {
	max-width: inherit;
}

#zoombttn {
	position: absolute;
	right: 0px;
	bottom: 5px;
}
#zoomin {
	cursor: pointer;	
}
#zoomout {
	cursor: pointer;	
}

.ds_marker_labels {
	position: absolute;
	margin-top: -31px;
	margin-left: -23px;
	padding: 5px;
	transition: all linear 200ms;
	z-index: 10;
}
.ds_marker_labels .inner {
	position: relative;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;  
	transition: all linear 200ms;
	cursor: default;
	background-color: #000000;
	border-radius: 4px;
	color: #FFFFFF;
	z-index: 10;
}
.ds_marker_labels .arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 0;
	width: 0;
	margin-left: -5px;
	border-top-color: #000000;
	border-right-color: rgba(0,0,0,0);
	border-bottom-color: rgba(0,0,0,0);
	border-left-color: rgba(0,0,0,0);
	border-width: 5px 5px 0;
	border-style: solid;
	cursor: default;
}
.ds_marker_labels.hover .inner {
	background: #0C3;
}
.ds_marker_labels.hover .arrow {
	border-top-color: #0C3;
}

#rewp_mls_disclaimer {
	display: block;
	padding: 15px 0 0 0;	
	margin: 10px 0 0 0;
	clear: both;
}

#rewp-idx-search-footer-logo {
	float: right;
	margin-top: 10px;
}

#rewp-idx-loading {
	position: absolute;
	left: 150px;	
	font-size: 16px;
	color: green;
	height: 45px;
	padding-top: 11px;
	display: none;

	-webkit-animation: color_change 1.5s infinite alternate;
	-moz-animation: color_change 1.5s infinite alternate;
	-ms-animation: color_change 1.5s infinite alternate;
	-o-animation: color_change 1.5s infinite alternate;
	animation: color_change 1.5s infinite alternate;
}

@-webkit-keyframes color_change {
 from { color: green; }
 to { color: white; }
}
@-moz-keyframes color_change {
 from { color: green; }
 to { color: white; }
}
@-ms-keyframes color_change {
 from { color: green; }
 to { color: white; }
}
@-o-keyframes color_change {
 from { color: green; }
 to { color: white; }
}
@keyframes color_change {
 from { color: green; }
 to { color: white; }
}

@media only screen and (min-width:0px) and (max-width:600px){
	
	#rewp-idx-search {
		border: none;
	}
	#rewp-idx-topbar {
		background: none;
		height: auto;
	}
	#searchBarInput {
		position: relative;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		max-width: none;
		top: auto;
		right: auto;
		height: auto;
		margin-bottom: 10px;
		padding: 8px 0px 8px 29px;
		background-size: 10px 10px;
		background-position: 10px center;
		border: solid 1px #efefef;
		clear: both;
	}
	#rewp-idx-topbar-search-dd {
		min-width: 100%;
		max-width: 100%;
		top: 38px;	
		right: 0px;
		border-left: solid 1px #efefef;
		border-bottom: solid 1px #efefef;
		border-right: solid 1px #efefef;
	}
	#changeCriteriaBttn {
		position: relative;
		width: auto;
		clear: both;
		background-color: #258DC8;	
		background-size: 10px auto;
		background-position: 10px center;
		padding-left: 29px;
		color: #fff;
	}
	#rewp-idx-search.overUnder #rewp-idx-criteria-bar {
		position: relative;
		width: auto;
		max-width: 100%;	
	}
	.rewp-criteria-dd {
		position: relative;	
		border: none;
	}
	#rewp-idx-search.overUnder #rewp-idx-criteria-bar .rewp-criteria-dd {
		left: 0px;
	}
	#rewp-idx-map {
		display: none;
	}
	
}


/** detail **/

.ui-effects-transfer { 
	border: solid 2px #666; 
	z-index: 5001;
}

#rewp-detail {
	position: relative;
	font-family: "Helvetica Neue", Helvetica;
	width: auto;
	max-width: 100%;
	overflow-x: hidden;
}

#rewp-detail-margin {
	position: relative;
	max-width: 800px;
	margin: 5px auto;
	background: #fff;
	color: #000;
	z-index: 0;
}
.address {
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(155,155,155,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(155,155,155,1)));
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(155,155,155,1) 100%);
	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(155,155,155,1) 100%);
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(155,155,155,1) 100%);
	background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(155,155,155,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#9b9b9b',GradientType=0 );
	
	font-size: 16px;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	color: #fff;
}


#photos {
	position: relative;
	width: 100%;
	text-align: center;
	background: #fff;
}
#photo {
	position: relative;
	height: auto;
	max-height: 60vh;
	width: auto;
	max-width: 100%;
	margin: auto;
	cursor: pointer;
}
#thumbsframe {
	position: relative;
	width: 100%;
	height: 115px;
	overflow: hidden;
}
#thumbs {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 115px;
	background: #fff;
	overflow: auto;	
	overflow-y: hidden;
	text-align: center;
	white-space: nowrap;
	padding: 3px;
}
.thumb {
	display: inline-block;
	position: relative;
	height: 95px;
	width: 	125px;
	border: solid 1px #eee;
	margin-right: 5px;
	white-space: normal;
	cursor: pointer;
}
#photosprev {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 45px;
	height: 95px;
	background: #333 url(images/photosprevbg.png) center no-repeat;
	opacity: .8;
	cursor: pointer;
	z-index: 1;
}
#photosnext {
	position: absolute;
	top: 3px;
	right: 0px;
	width: 45px;
	height: 95px;
	background: #333 url(images/photosnextbg.png) center no-repeat;
	opacity: .8;
	cursor: pointer;
	z-index: 1;
}
#photoleadgen {
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	height: 80%;
	background: #fff;
	border-radius: 5px;
	opacity: 0.97;
	text-align: left;
	box-shadow: 0 0 10px #000;
}
#photoleadgen .title {
	margin: 0;
	padding: 10px;
	background: #FFC;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	color: #333;
}

#photoleadgenform {
	position: relative;
	width: 100%;
	margin: auto;
	background: #fff;
	padding: 20px;
	font-size: 14px;
}
#photoleadgenform input {
	width: 100%;
	font-size: 18px;
	background: #fff;
	border: solid 1px #ccc;
}
#photoleadgenform #s {
	font-size: 14px;
	padding: 5px 20px;
}
#photoleadgenform .message {
	background: #FFC;
	border-radius: 3px;
	padding: 10px;
	display: none;
}

.sectiontitle {
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(155,155,155,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(155,155,155,1)));
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(155,155,155,1) 100%);
	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(155,155,155,1) 100%);
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(155,155,155,1) 100%);
	background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(155,155,155,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#9b9b9b',GradientType=0 );	
	
	display: block;
	font-size: 16px;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	margin: 25px 0 5px 0;	
	clear: both;
}

#remarks {
	margin: 10px 5px;
	font-size: 15px;
	color: #333;
	font-style: italic;
	line-height: 1.2em;
}
#brokerage {
	color: #666;
	font-size: 15px;
	font-style: italic;
	line-height: 1.2em;	
}

#bttnrow {
	text-align: center;
	margin-top: 10px;
}

a.propbttn {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #fefefe;
	border-radius: 2px;
	background-color: #4d90fe;
	border: 1px solid #3079ed;
	background-image: -moz-linear-gradient(center top, #4D90FE, #4787ED);
	cursor: pointer;
	transition: all linear 250ms;
}
a.propbttn:hover {
	background-image: -moz-linear-gradient(center top, #4787ED, #4D90FE);
	color: #fff;
}

.fbbttn {
	background-image: url(images/icon-fb.png);
	background-position: left;
	background-repeat: no-repeat;
	vertical-align: baseline;	
}
.emailbttn {
	background-image: url(images/icon-email.png);
	background-position: left;
	background-repeat: no-repeat;
	vertical-align: baseline;	
}


/* detail cells */

.featuretable {
	float: left;
	max-width: 50%;
	min-width: 300px;
	font-size: 13px;
	border-spacing: 5px;
}
.featuretitle {
	vertical-align: top;	
	font-weight: bold;
	width: 35%;
}
.featurevalue {
	vertical-align: top;	
}

.school {
	margin: 10px 0px 3px 5px;
	font-size: 13px;	
}


/* mapping */

#rewp-detail-map {
	width: 100%;
	height: 400px;	
}
#rewp-detail-map img {
	max-width: inherit;
}
#mapbttns {
	text-align: center;
	width: 100%;	
	color: #fefefe;
	background-color: #4d90fe;
	background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
	cursor: pointer;
}
#mapbttns a {
	display: table-cell;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border-right: solid 1px #ccc;	
	width: 33%;
	cursor: pointer;
	vertical-align: middle;
}
#mapbttns a:hover {
	background-color: #4d90fe;
}
#mapbttns a:last-child {
	border-right: none;	
}

.sandicor_logo {
    float: left;
    margin: 0 5px 5px 0;
}

/* featured listings */

.rewp-featured-listing-row {
	margin-bottom: 20px;	
	padding: 20px;
}
.rewp-featured-listing-row .rewp-cell:first-child {
	width: 60%;
}
.rewp-featured-listing-row .rewp-cell {
	padding: 20px;
	text-align: left;
}
.rewp-featured-listing-photo {
	width: 500px;
	height: 300px;
	background-size: 120% 120%;	
	background-position: center;
	background-repeat: no-repeat;
}
.rewp-flisting-address {
	font-size: 2em;
}
.rewp-flisting-address2 {
	margin-bottom: 10px;
}
.rewp-flisting-price {
	font-size: 1.8em;
	margin-bottom: 10px;
}


/* membership */

/* new member */
.new_member_title {
	font-size: 20px;
}
.new-member-cell {
	width: 310px;
	max-width: 100%;
	padding: 20px;
	float: left;	
}
.new-member-cell .title {
	font-size: 14px;
	color: #888;
}

#rewp-new-member-form input {
	-webkit-appearance: none;
	width: 100%;
	padding: 8px 8px;
	margin: 3px 0 15px 0;
	font-size: 14px;
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 2px;
	color: #258dc8;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#rewp-new-member-form input[type="submit"] {
	width: 100%;
	padding: 10px 5px;
	margin: 10px 0;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: #888;
	color: #fff;
	border: none;
	border-radius: 3px;
	transition: all linear 250ms;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#rewp-new-member-form input[type="submit"]:hover {
	background: #666;
}
#new-member-error-wrap {
	padding: 8px;
	background: #ffe;
	border: solid 1px #ccc;
	border-radius: 3px;
	display: none;
}
#existing-member-link {
	display: block;
	text-align: center;
	margin: 10px 0;	
}
#rewp-new-member-loading {
	display: none;
	text-align: center;
}
#rewp-new-member-loading img {
	height: 35px;	
}

/* login */

#rewp_login_form_wrap {
	text-align: center;	
}
#rewp-login-form {
	display: inline-block;
	margin: 20px 0 0 0;	
	text-align: left;
}
#rewp-login-form .title {
	color: #888;
	font-size: 14px;
}
#rewp-login-form input {
	width: 300px;
	max-width: 100%;
	padding: 8px;
	margin: 3px 0 15px 0;
	font-size: 14px;
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 0;
	color: #258dc8;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#rewp-login-form input[type="submit"] {
	width: 100%;
	padding: 10px 5px;
	margin: 10px 0;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: #888;
	color: #fff;
	border: none;
	border-radius: 3px;
	transition: all linear 250ms;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#rewp-login-form input[type="submit"]:hover {
	background: #666;
}
#login-error-wrap {
	padding: 8px;
	background: #ffe;
	border: solid 1px #ccc;
	border-radius: 3px;
	display: none;
}
#new-member-link, #forgot-password-link {
	display: block;
	text-align: center;
	margin: 10px 0;	
}
#rewp-login-loading {
	display: none;
	text-align: center;
}
#rewp-login-loading img {
	height: 35px;	
}

/* contact page */

.rewp-idx-contact-div {
	margin: auto;
	width: auto;
}
.rewp-idx-contact-div .cell {
	text-align: center;	
	vertical-align: top;
	background: #eee;
}
#rewp-idx-contact-form {
	display: inline-block;
	margin-bottom: 25px;
}
#rewp-contact-photo {
	max-width: 300px;	
	margin: 0 20px;
}
#rewp-contact-address {
	text-align: center;
	font-weight: bold;	
}
#rewp-idx-contact-form .title {
	color: #888;
	font-size: 14px;	
}
#rewp-idx-contact-form input, #rewp-idx-contact-form textarea {
	width: 300px;
	max-width: 100%;
	padding: 8px;
	margin: 3px 0 15px 0;
	font-size: 14px;
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 0;
	color: #258dc8;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#rewp-idx-contact-form input[type="submit"] {
	width: 300px;
	max-width: 100%;
	padding: 10px 5px;
	margin: 10px 0;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: #888;
	color: #fff;
	border: none;
	border-radius: 3px;
	transition: all linear 250ms;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#rewp-idx-contact-form input[type="submit"]:hover {
	background: #666;
}

#rewp-contact-error-wrap {
	max-width: 300px;
	padding: 8px;
	margin-bottom: 3px;
	background: #ffe;
	border: solid 1px #ccc;
	border-radius: 3px;
	display: none;
}
#rewp-contact-loading {
	display: none;
	margin-bottom: 10px;
	text-align: center;
}
#rewp-contact-loading img {
	height: 35px;		
}

#rewp-contact-error-wrap.success {
	background: #dFd;	
	color: #333;
}


/* member home */

.rewp-member-home-cell {
	color: #333;	
}
.rewp-member-home-cell h2 {
	margin: 0 0 20px 0;
}

#rewp-member-home-banner {
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 0 10px 0;
	font-family: 'Open Sans';
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
}
#rewp-member-home-banner .rewp-cell {
	padding: 40px 10px;	
	text-align: center;
	vertical-align: middle;
	background-image: url(images/member-home-banner.jpg);
	background-repeat: none;
	background-size: cover;
}
#rewp-member-home-banner h1 {
	font-size: 65px;
	color: #fff;	
}

.rewp-member-home-cell {
	width: calc( 50% - 20px );
	min-width: 320px;
	max-width: 500px;	
	padding: 20px;
	margin: 10px;
	float: left;
	border: solid 1px #eee;

	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	
}
#rewp-member-form input {
	width: 100%;
	max-width: 100%;
	padding: 8px;
	margin: 3px 0 15px 0;
	font-size: 14px;
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 0;
	color: #258dc8;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#rewp-member-form input[type="submit"] {
	width: 100%;
	max-width: 100%;
	padding: 10px 5px;
	margin: 10px 0;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: #1192d3;
	color: #fff;
	border: none;
	border-radius: 3px;
	transition: all linear 250ms;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#rewp-member-form input[type="submit"]:hover {
	background: #666;
}

#rewp-member-error-wrap {
	padding: 8px;
	background: #FF6;
	border: solid 1px #ccc;
	border-radius: 3px;
	display: none;
}
#rewp-member-loading {
	display: none;
	height: 35px;	
}

#rewp-member-error-wrap.success {
	background: #dFd;	
}
#rewp-saved-listings-loading {
	height: 35px;
	margin-top: 25px;	
}

#savedlistings .savedlisting {
	padding: 3px 0;
	border-bottom: solid 1px #fff;
	color:	#1192d3;
	font-size: 16px;
}

#savedlistings .delete.fa.fa-trash {
	float: right;
	cursor: pointer;	
}

#rewp-weather-cell {
  padding: 45px 25px;
  font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: #1192d3;
}

#rewp-weather-cell #weather {
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
}

#rewp-weather-cell i {
	color: #fff;
	font-family: weather;
	font-size: 68px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
}

#rewp-weather-cell #weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

#rewp-weather-cell #weather ul {
  margin: 0;
  padding: 0;
}

#rewp-weather-cell #weather li {
  background: #fff;
  background: rgba(255,255,255,0.90);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

#rewp-weather-cell #weather .currently {
  margin: 0 20px;
}

#rewp-weather-cell button {
  display: block;
  margin: 15px auto;
  width: 140px;
  padding: 5px;
  background: transparent;
  color: #fff;
  border: 0;
  border-radius: 5px;
}

#member_home_search_link {
	background: #1192d3;
	text-decoration: none;
	color: #fff;
	font-size: 18px;	
	text-align: center;
	transition: all linear 250ms;
}
#member_home_search_link:hover {
	background: #666;
}

/* idx search bar widget */

.idx_search_bar {
	background: rgba(0,0,0,0.8);
	padding: 15px 20px;
	width: 800px;
	max-width: 100%;
	margin: auto;
	border-radius: 2px;
}
.idx_search_bar_for_sale_button, .idx_search_bar_for_rent_button {
	display: inline-block;
	margin: 0 20px 20px 0;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all linear 250ms;
}
.idx_search_bar_for_sale_button:hover, .idx_search_bar_for_rent_button:hover {
	color: #46B7FF;
}

.idx_search_bar_for_sale_button.selected, .idx_search_bar_for_rent_button.selected {
	border-bottom: solid 4px #46B7FF;
}
.idx_search_bar_input {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	font-size: 16px;
	color: #46B7FF;
	border: none;
	background: #fff;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.idx_search_bar_submit {
	width: 100%;
	height: 40px;
	padding: 5px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
	border: none;
	background: rgb(40, 146, 208);
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all linear 250ms;
}
.idx_search_bar_submit:hover {
	background: #46B7FF;
}

@media only screen and (min-width:0px) and (max-width:900px){
	#rewp-weather-cell #weather li {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width:0px) and (max-width:800px){
	.rewp-member-home-cell {
		width: 100%;
		min-width: none;
		max-width: 100%;	
		margin: 10px 0;
		float: none;
	}
	#member_home_search_link {
		display: block;
		width: 100%;
		max-width: 100%;
	}	
}
@media only screen and (min-width:0px) and (max-width:600px){

	#rewp-detail {
		padding: 0;
	}
	#toprow, #tabarea, #rightcol {
		display: block;
	}
	#table, #uppertable, #tabarea, #photo, #thumbsframe, #thumbs, #lowertable {
		position: relative;
		width: 100%;
		max-width: 100%;
	}
	#bttnrow span {
		clear: both;
		display: block;
		width: auto;
		max-width: 100%;	
		margin: 2px 0px;
		text-align: left;
	}
	.fbbttn {
		padding-left: 17px;	
	}
}
@media only screen and (min-width:0px) and (max-width:480px){

	.rewp-row-photo {
		box-sizing: border-box;
		float: none;
		width: 100%;
		height: 200px;
		margin: 0;	
	}
	.rewp-detail-cells {
		margin: auto;	
	}
	.rewp-result-row-subline {
		margin: 5px;
		text-align: center;	
	}
	#rewp-idx-search-footer-logo {
		float: none;
		text-align: center;	
	}
}