
/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
					Real Estate Listing
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
.club_scripts_realestate_restprop_list #sidebar {
	display: none;
}
.club_scripts_realestate_restprop_list h1 {
	margin-top: 50px;
}
.club_scripts_realestate_restprop_list .main {
	background: none;
}
.club_scripts_realestate_restprop_list .main .content-right {
	width: 100%;
	position: relative;
}
.wrap-real-estate-listing-search {
	width: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
.wrap-real-estate-listing-search form {
	float: right;
	margin-left: 10px;
}
.wrap-real-estate-listing-search form label {
	margin-right: 17px;
	font-family: "Alegreya",serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #686868;
	margin-left: 30px;
}
.wrap-real-estate-listing-search form select::-ms-expand {
    display: none; /* hide default arrow in IE10 */
}
.wrap-real-estate-listing-search form select {
    width: auto; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
    font-family: "Alegreya",serif;
	font-size: 14px;
	font-weight: 600;
	color: #666464;
    padding: 4px 22px 4px 10px; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	border: 1px solid #aaa;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url("images/bg_select.png") no-repeat scroll center 0;
    *background-image:none; /* turn bg image for IE7 */
    background: url("images/bg_select.png") no-repeat scroll center 0;
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}
.wrap-real-estate-listing-search form select option {
    background: #fff; /* style the dropdown bg color */
}

.wrap-real-estate-listing {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.property_listings .dev_header {
    border-bottom: 2px solid #d8d8b7;
    clear: both;
    color: #703a55;
    float: none;
    font-style: italic;
    padding-bottom: 5px;
    text-align: left;
}
.property {
	width: 300px;
	height: 350px;
	float: left;
	font-family: "Alegreya",serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin: 0 10px 18px;
	box-shadow: 0px 0px 5px #999;
	background: #fff;
}
.property:hover {
	box-shadow: 0px 0px 5px #E0B75E;
}
.property a {
	text-decoration: none;
}
.property .property_images {
	width: 300px;
	height: 215px;
	float: left;
	position: relative;
}
.property .property_images img {
	width: 300px;
	height: 215px;
}
.property .property_images a {
	text-decoration: none;
}
.property.Vacation.Rentals .property_images a .property_images_details {
	display: none;
}

.property_images_details {
	width: 300px;
	height: 28px;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.property_images_details .prop_price {
	width: 93px;
	height: 28px;
	font-family: "Alegreya",serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	color: #006100;
	float: right;
	text-align: center;
	background: url("images/bg_property_status.png") top center repeat transparent;
}
.status_Contingent {
	background: #d59d3c !important;
}
.property_images_details .prop_status {
	width: auto;
	height: 28px;
	padding: 0 10px;
	font-family: "Alegreya",serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #ffffff;
	float: right;
	text-align: center;
	background: #006100;
}
.property_details {
	width: 280px;
	float: left;
	padding: 12px 10px;
}
.property_details span.prop_location {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #666;
}
.property_features {
	width: 100%;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}
.property_features p {
	width: 100%;
	float: left;
	margin: 0px !important;
}

.property_details h3 {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #006100;
}

/* Personel */
div.text.personnel_detail {
	width: 100% !important;
}

/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
					Real Estate Details
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
.club_scripts_realestate_restprop_detail #sidebar {
	display: none;
}
.club_scripts_realestate_restprop_detail .content-right {
	width: 100%;
	position: relative;
	margin-top: 60px;
}
.wrap-real-estate-profile {
	width: 100%;
	float: left;
	font-family: "Alegreya",serif;
}
.wrap-real-estate-profile p {
	/*
	line-height: 42px;
	font-size: 18px;
	font-weight: 300;
	*/
}
.side-left {
	width: 600px;
	float: left;
}
.side-right {
	width: 320px;
	float: right;
}

.real-estate-details-address {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	color: #d59d3c;
}
.real-estate-details-city-state {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	color: #d59d3c;
}
.real-estate-details-type {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #006100;
	margin: 28px 0;	
}

.wrap-buttons {
	width: 100%;
	float: left;
	margin-bottom: 14px;
}
.wrap-buttons .btn {
	width: 318px;
	float: left;
	padding: 11px 0px;
	font-family: "Alegreya",serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #ffffff !important;
	text-decoration: none !important;
	text-align: center;
	border: 1px solid #055205;
	background: #047104;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 4px #999;
}
.wrap-buttons .btn.btn-half {
	width: 152px;
	float: left;
	margin-left: 12px;
}
.wrap-buttons .btn.btn-half:first-child {
	margin-left: 0px;
}
.wrap-buttons .btn:hover {
	background: #096309;
}
.wrap-buttons .btn.btn-orange {
	background: #d59d3c;
	border: 1px solid #d28f00;
}
.wrap-buttons .btn.btn-orange:hover {
	background: #C48C2B;
}

.wrap-buttons .btn.btn-no-hover:hover {
	background: #047104;
}

.wrap-buttons .btn.btn-transparent {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    color: #000000 !important;
    font-size: 22px;
}
.wrap-real-estate-profile.Vacation.Rentals .wrap-buttons.vacation-hide {
	display: none;
}
.wrap-buttons.vacation-show {
	display: none;
}
.wrap-real-estate-profile.Vacation.Rentals .wrap-buttons.vacation-show {
	display: block;
}
.wrap-features {
	width: 320px;
	float: left;
	background: #fff;
	padding-bottom: 20px;
	box-shadow: 0px 0px 5px #666;
}
.wrap-features h3 {
	width: 100%;
	float: left;
	padding: 17px 0px;
	font-size: 22px;
	line-height: 26px;
	color: #006100;
	font-weight: 600px;
	text-align: center;
	border-bottom: 1px solid #e3e4e6;
}
.wrap-features p {
	width: 100%;
	float: left;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px !important;
}
.wrap-features p span {
	color: #8f7e58;
	font-weight: bold;
}
.wrap-features p a.orange {
	color: #d28f00;
	font-weight: normal;
	text-decoration: none;
}
.wrap-features.second-box-features {
	margin-top: 30px;
}

.wrap-real-estate-slideshow {
	width: 800px;
	height: 811px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: 80px;
	margin-top: 60px;
	margin-bottom: 55px;
}
.wrap-real-estate-slideshow > div#slideshow-real-estate {
    overflow: hidden;
}
.wrap-real-estate-slideshow #slideshow-real-estate img {
	width: 100%;
	height: auto;
}
.slideshow-real-estate {
	width: 800px;
	height: 552px;
	overflow: hidden;
	float: left;
}
.wrap-real-estate-slideshow .wrap-jcarousel {
	width: 716px;
	height: 82px;
	float: left;
	padding: 10px 42px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	z-index: 100;
	background: url("../images/bg_nav_slideshow.png") top center repeat transparent;	
}
.wrap-real-estate-slideshow .jcarousel {
	width: 716px;
	height: 82px;
	float: left;
	overflow: hidden;
	position: relative;
}
.wrap-real-estate-slideshow #nav-real-estate {
	width: 2000em;
	height: 82px;
	float: left;
	position: relative;
	margin: 0px !important;
	list-style: none;
}
.wrap-real-estate-slideshow #nav-real-estate li {
	float: left;
	margin-left: 9px;
	padding: 2px;
	background: #fff;
}
.wrap-real-estate-slideshow #nav-real-estate li a img {
	float: left;
}

.jcarousel-control-prev {
	width: 13px;
	height: 32px;
	float: left;
	position: absolute;
	left: 23px;
	bottom: 32px;
	z-index: 1000;
	background: url("../images/prev-real-estate.png") top center no-repeat transparent;
	border: 0px;
	text-indent: -100000px;
}
.jcarousel-control-next {
	width: 13px;
	height: 32px;
	float: left;
	position: absolute;
	right: 23px;
	bottom: 32px;
	z-index: 1000;
	background: url("../images/next-real-estate.png") top center no-repeat transparent;
	border: 0px;
	color: transparent;
	text-indent: -100000px;
}

.slideshow-control-prev {
	width: 13px;
	height: 32px;
	float: left;
	position: absolute;
	left: 23px;
	top: 45%;
	z-index: 1000;
	background: url("../images/slideshow-control-prev.png") top center no-repeat transparent;
	border: 0px;
	text-indent: -100000px;
}
.slideshow-control-next {
	width: 13px;
	height: 32px;
	float: left;
	position: absolute;
	right: 23px;
	top: 45%;
	z-index: 1000;
	background: url("../images/slideshow-control-next.png") top center no-repeat transparent;
	border: 0px;
	color: transparent;
	text-indent: -100000px;
}

.wrap-floor-maps {
	width: 100%;
	float: left;
	display: none;
	border-top: 1px solid #bdb9ad;
	padding-top: 20px;
}
.wrap-floor-maps.have-images {
	display: block;
}
.wrap-floor-maps h3  {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #006100;
}
.floor_maps {
	width: 100%;
	float: left;
	margin: 30px 0 0 0 !important;
	list-style: none;
	text-align: center;
}
.floor_maps li {
	display: inline-block;
	margin: 0px 10px;
}