.list-featured {
	background: #ffe5a7;
	margin: 22px 0;
	padding-bottom: 10px;
	float: left;
}
.special-offer {
	background: #d30b10;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 5px;
}
.special-offer span {
	color: #ffe5a7
}
.special-offer a {
	font-weight: 400;
	text-transform: none;
	color: #fff;
	font-style: italic;
	margin-left: 10px;
}
.list-regular {
	margin: 22px 0;
}
.list-image {
	text-align: center;
}
.list-name {
	font-size: 24px;
	margin-bottom: 5px;
	color: #67994c;
}
.list-wishlist {
	font-size: 14px;
	padding-bottom: 6px;
}
.list-wishlist a {
	color: #425171;
	text-decoration: underline;
}
.list-bed-range span {
	margin-left: 10px;
	color: #d38100;
}
.detail-contact {
	margin-bottom: 20px;
}
.detail-address, .detail-www {
	background: #fffdf6;
}
.detail-phone {
	background: #ded5be;
}
.detail-address, .detail-phone, .detail-www {
	padding: 10px;
	font-weight: 900;
}
.detail-address p, .detail-phone p, .detail-www p {
	margin-top: 0.300em;
	margin-bottom: 0;
}
.detail-phone span {
	font-size: 12px;
}
.detail-www a {
	font-size: 16px;
	color: #67994c;
	text-decoration: underline;
}
.list-special-offer {
	font-style: italic;
	font-size: 18px;
	clear: both;
	display: inline-block;
	border-bottom: 5px solid #ded5be;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
}
.list-special-offer span {
	color: #67994c;
	font-weight: 900;
	font-style: normal;
}
.list-special-offer p {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #524c3d;
}
.list-special-offer a {
	color: #f0b04f;
	text-decoration: underline;
	font-weight: 900;
}
.special-icon {
	margin-top: 1%;
	text-align: center;
	margin-bottom: 10px;
}
.list-title {
	color: #67994c;
	font-size: 20px;
}
.listing-social-share {
	background: #ded5be;
	display: block;
	padding: 15px;
}
.map {
	height: 600px;
}
#googlemaps {
	height: 600px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}
#map-overlay {
	position: absolute;
	bottom: 0px;
	z-index: 1; /* The z-index should be higher than Google Maps */
	width: 415px;
	margin: 60px auto 0;
	left: 75px;
	/*left: 33%;*/
	padding: 10px;
	background: #182032;
	height: auto;
	opacity: .85; /* Set the opacity for a slightly transparent Google Form */
	color: white;
}
.listing-title-image {
	min-height: 200px;
}
.listing-title-company {
	font-size: 34px;
	text-shadow: 1px 1px 1px #000;
	padding: 16px;
}
#map-overlay p {
	text-align: center;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0;
}
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #FFF;
	background: none;
	cursor: pointer;
	padding: 5px 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 8 */
.perspective {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	display: inline-block;
}
.btn-8 {
	display: block;
	background: #425171;
	outline: 1px solid transparent; /* FF jagged edges fix */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.btn-8:active {
	background: #212d45;
}
/* Button 8d */
.btn-8d:after {
	width: 20%;
	height: 100%;
	left: 100%;
	top: 0;
	background: #212d45;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateY(90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateY(90deg);
	transform-origin: 0% 0%;
	transform: rotateY(90deg);
}
.btn-8d:hover {
	-webkit-transform: rotateY(-15deg);
	-moz-transform: rotateY(-15deg);
	-ms-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}
.btn-8 {
	display: block;
	background: #425171;
	outline: 1px solid transparent; /* FF jagged edges fix */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.btn-8:active {
	background: #212d45;
}
/* Button 8d */
.btn-8d:after {
	width: 20%;
	height: 100%;
	left: 100%;
	top: 0;
	background: #212d45;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateY(90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateY(90deg);
	transform-origin: 0% 0%;
	transform: rotateY(90deg);
}
.btn-8d:hover {
	-webkit-transform: rotateY(-15deg);
	-moz-transform: rotateY(-15deg);
	-ms-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}
/* 9 */

.btn-9 {
	display: block;
	background: #67994c;
	outline: 1px solid transparent; /* FF jagged edges fix */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin: 0 auto;
	padding: 22px;
	margin-top: -22px;
	opacity: 1 !important;
}
.btn-9:active {
	background: #517f39;
}
/* Button 8d */
.btn-9d:after {
	width: 20%;
	height: 100%;
	left: 100%;
	top: 0;
	background: #517f39;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateY(90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateY(90deg);
	transform-origin: 0% 0%;
	transform: rotateY(90deg);
}
.btn-9d:hover {
	-webkit-transform: rotateY(-15deg);
	-moz-transform: rotateY(-15deg);
	-ms-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}
img {
	max-width: 100%;
	height: auto;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.detail-address p, .detail-phone p, .detail-www p, .detail-address a, .detail-phone a, .detail-www a, .detail-phone span {
		text-align: center;
		display: block;
	}
	.list-special-offer {
		background: #ded5be;
	}
	.detail-contact {
		margin-bottom: 0px;
	}
	.map {
		height: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		/* optional */
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#googlemaps {
		height: 300px;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	#map-overlay {
		position: relative;
		bottom: 0px;
		z-index: 1; /* The z-index should be higher than Google Maps */
		width: 100% !important;
		margin: 0 !important;
		padding: 10px !important;
		left: 0 !important;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}
/* 2.20. Gallery popup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.opacity-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    display: none;
}
.opacity-overlay .container {
    height: 100%;
}
.opacity-overlay .spinner {
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
}
.popup-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.popup-wrapper .popup-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#soap-inline-popup .popup-wrapper .popup-container {
    text-align: left;
}
#soap-inline-popup .popup-wrapper .popup-container .popup-content {
}
.popup-wrapper .popup-container .popup-content {
    float: none;
    padding: 0;
    margin: 25px auto;
    overflow: auto;
    background-color: #fff;
}
.popup-content #main {
    padding-top: 20px;
	text-align: center;
}

.popup-calendar-help {
    color: #fff;
    font-size: 15px;
}

.popup-wrapper .popup-container .popup-content {
    min-height: 0;
}
#soap-promo-popup .popup-wrapper .popup-container .popup-content .promo-content {

}
#soap-promo-popup .popup-wrapper .popup-container .popup-content .promo-content .promo-list{
    line-height: 30px;
    margin-bottom: 15px;
}
#soap-promo-popup .popup-wrapper .popup-container .popup-content .promo-content .promo-list .promo-item{
    padding: 5px 0;
}
table.chargesTbl, table.chargesTbl td, table.chargesTbl th {
    border: none;
}
table.chargesTbl th:first-child {
    padding-right: 0;
}
table.chargesTbl th:last-child {
    padding-left: 0;
}
table.chargesTbl tr.sub-total-price td {
    background-color: #313a47;
    font-weight: bold;
}
table.chargesTbl tr.sub-total-price td:last-child {
    border-top: 1px solid #7c9abd;
}
table.chargesTbl tr.total-price td {
    background-color: #31353d;
    font-weight: bold;
}
table.chargesTbl tr.total-price td:last-child {
    border-top: 1px solid #7c9abd;
}
/* 2.1. Form Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
input.input-text, select, textarea, span.custom-select {
    background: #f5f5f5;
    border: none;
    line-height: normal;
}
input.input-text.error, select.error, textarea.error, span.custom-select.error {
    background: #fce7e0;
}
input.input-text, textarea, span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
}
input.input-text {
	z-index: 1;
}
input.input-text.input-large, textarea.input-large, span.custom-select.input-large {
    height: 43px;
}
input.input-text.input-medium, textarea.input-medium, span.custom-select.input-medium {
    height: 34px;
}
input.input-text.input-small, textarea.input-small, span.custom-select.input-small {
    height: 28px;
}
input.input-text.input-mini, textarea.input-mini, span.custom-select.input-mini {
    height: 19px;
}
input.input-text.white, textarea.white, span.custom-select.white {
    background: #fff;
}
form .form-group {
    margin-bottom: 15px;
	padding: 0 60px 0 60px;
}
.no-float {
    float: none !important;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#pms-login-form {
	text-align: center;
}
#pms-create-account {
	text-align: center;
}
.selected_favorite {
    color: #fc0519 !important;
}
.full-width {
	width: 100% !important;
}
.sky-blue1 {
	background-color: #627f9a;
    border: 0 none #627f9a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 1.25em;
    padding: 0.75em 1.5em 0.8125em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 200ms ease-out 0s;
}
.pfcc_listing_royalslider {
	margin-bottom: 10px;
}
/**************** Event class **************/

.event-list-date-cal {
	float: right;
	margin-top: 20px;
}
.event-search-container {
	background: #fff;
	padding: 20px;
	width: 98%;
	overflow: hidden;
	margin-bottom: 20px;
}
.event-search-selects {
	display: inline;
	width: 250px;
	float: left
}
.event-search-keywords {
	display: inline;
	width: 190px;
	float: left;
}
.event-search-button {
	margin-top: 26px;
	padding: 7px;
	width: 100px;
	font-size: 15px;
	font-family: 'Open Sans';
}
.event-list-single {
	width: 48%;
	margin: 0 15px 0 0;
	background: #fff;
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	height: 325px;
}
.event-list-header-details {
	background-color: #f7f3ea;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #f0eada;
	min-height: 100px;
}
.event-calendar-icon {
	background: url(../images/calendar.png) top center no-repeat;
	padding-top: 33px;
	width: 70px;
	height: 75px;
	float: left;
}
.event-calendar-icon .month {
	text-align: center;
	font-size: 14px;
	line-height: 12px;
	text-transform: uppercase;
}
.event-calendar-icon .day {
	text-align: center;
	font-weight: 900;
	font-size: 20px;
}
.event-list-title {
	font-size: 22px;
	text-shadow: 1px 1px 1px #CCC;
	margin: 10px 0 0 10px;
	float: left;
	width: 260px;
}
.event-list-image {
	float: right;
	padding: 0 0 10px 10px;
}
.event-list-date {
	font-size: 12px;
	color: #425171;
}
.event-list-excerpt {
	padding-top: 10px;
	margin-bottom: 10px;
}
a.event-list-readmore {
	background: #919675;
	color: #fff !important;
	font-weight: 900;
	padding: 5px 10px;
	display: inline-block;
}

.home-event-list {
	width: 50%;
	background: #fff;
	float: left;
	margin-bottom: 20px;
	/*height: auto;*/
	height: 215px;
}

.home-event-title {
	font-size: 18px;
	text-shadow: 1px 1px 1px #CCC;
	margin: 10px 0 0 10px;
	float: left;
	width: 70%;
	line-height: 32px;
}

.event-details-header-box { width: 100%; overflow: visible; padding: 20px; background: #fff; }
.event-details-share { float: right; margin-top: -2px; padding: 10px; }
.event-details-box { padding: 10px; margin-left: 10px; min-height: 97px; }
.event-details-img { float: left; width: 300px; margin: 10px 10px 10px 0; }
.event-details-about-header { font-size: 20px; font-weight: 900; }


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.listing-profile-left {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	.listing-profile-right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.event-list-single {
		width: 100%;
		float: none;
		padding: 0px;
	}
	.event-list-title {
		float: none;
		width: 90%;
	}
	.event-calendar-icon {
		margin-right: 10px;
	}
	.home-event-list {
		width: 100%;
		float: none;
	}

	.home-event-title {
		float: none;
		width: 100%;
	}
	.event-list-date-cal {
		float: none !important;
	}
	#tableHeader {
		width: 100% !important;	
	}
	.calendar td {
		padding: 8px !important;
	}

}
.dp-highlight  {
	background: #484;
	color: #000;
}
.dp-highlight a {
	color: #000;
}
.ui-datepicker-today {
	background: #F1E9D8;
	color: #000;
}
.ui-datepicker-today a {
	color: #000;
}
.ui-datepicker.ui-datepicker-multi  {
	width: 100% !important;
}
.ui-datepicker-multi .ui-datepicker-group {
	float:none;
}
#datepicker {
	height: 300px;
	overflow-x: scroll;
}
.ui-widget { font-size: 100% }
.ui-datepicker-header {
	border-radius: 5px 5px 0 0;
    color: #fff;
    width: 100%;
	background-color: #67994c;
	padding: 5px;
	font-size: 20px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_222222_256x240.png");
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon {
    height: 16px;
    width: 16px;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-datepicker .ui-datepicker-prev {
    /*left: 2px;*/
}
.ui-datepicker .ui-datepicker-next {
    right: 20px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    /*top: 2px;*/
    width: 1.8em;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    text-align: center;
}
.event-list-date-cal table {
	margin-bottom: 0px;
}
/********************* End event class ******************/
/************************************* css for autocomplete ************************/

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-front {
    z-index: 100;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    min-height: 0; /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item a {
    display: block;
    font-weight: normal;
    line-height: 1.5;
    min-height: 0;
    padding: 2px 0.4em;
    text-decoration: none;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #FFF 50% top repeat-x;
    color: #333333;
}
.ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #fbcb09;
    background: #fdf5ce 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405;
}
.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #c77405;
    text-decoration: none;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}
/******************************** end *********************************/
.load_more_button {
	background: none repeat scroll 0 0 #425171;
	border: medium none;
	color: #ffffff !important;
	float: left;
	font-family: "PT Serif";
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.hide {
	display: none;
}
.pfcc-listing-wrapper .content-area, .pfcc-listing-wrapper .pfcc-container {
	width: 100%;
}
.load_img.load_img_pfcc_listing_list {
	text-align: center;
}
#pfcc_property_map {
	/*margin-top: 55px;*/
}
.error {
	color: #FC0000;
}
.error_msg {
	color: #FC0000;
}
.success_msg {
	color : #03B21D;
}
.map-info-box-wrapper {
    line-height: 1.35;
    overflow: hidden;
	width: 100%;
}
.map-info-box-wrapper img {
    float: left;
    margin-right: 7px;
    width: 20%;
}
.map-info-box-wrapper .map-content {
    float: right;
    width: 75%;
}
@media only screen and (max-width: 768px) {
	#pfcc_property_map {
		display: none;
	}
	.expand_map_cls {
		display: none;
	}
}
@media only screen and (max-width: 1280px) {
	.advertisement_cls {
		padding-left: 0px;
		padding-right: 0px;
}
	.advertisement_cls_col_4 {
		text-align: center;
		padding-right: 0px;
		padding-left: 9px;
	}
}
.list-details .btn {
	text-transform: none;
}
.expand_map_cls a {
	font-size: 20px;
}
.hover_over_txt {
	font-size: 19px;
	color: #67994c;
}
.position_right {
	clear: both;
    float: left;
    margin-bottom: 43px;
    margin-left: 33px;
    margin-top: 10px;
    width: 100%;
	position: relative;
	z-index: 1;
}
.position_right span {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.position_right select {
	float: left;
}

.services_page_content {
	margin-top: 85px;
}
.main_services_page {
	padding:  0 30px;
}
.sort_listing_cls {
	float: left;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-left: 15px;
    width: 100%;
}
.sort_option {
	float: left;
	margin-right: 30px;
}
.list-featured .list-image img {
    width: 100%;
}
.adzones_main_cls .textwidget iframe#wp_pro_ad_system_ad_zone {
	width: 100%;
}