.pcards {
	margin: 1em 0 2em 0;
}
.pcards .ccrow > div {
	padding: 0 0.5em 1em 0.5em !important;
}
.pcardspace {
	background: rgba(7, 36, 66, 0.1);
	border: 2px solid #00658F;
	border-radius: 3px;
	min-height: 442px;
	/*box-shadow: 0 0 3px 3px #072442;*/
}
.pcardresp {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.pcardpic {
	position: relative;
	padding: 0;
	overflow: hidden;
}
.pcardpic img {
	display: block;
	width: 100%;
	border: 0;
	transition: transform 0.5s ease;
}
.pcardpic img:hover {
	transform: scale(1.1);
}
.pcardlabel {
	position: absolute;
	width: 200px;
	height: 35px;
	background: rgba(255, 0, 0, 0.6);
	color: #FFF;
	line-height: 35px;
	transform: rotate(-45deg);
	left: -60px;
	top: 25px;
	text-align: center;
	font-size: 13px;
}
.pcardlabelb {
	position: absolute;
	width: 200px;
	height: 35px;
	background: rgba(0, 101, 143, 0.6);
	color: #FFF;
	line-height: 35px;
	transform: rotate(-45deg);
	left: -60px;
	top: 25px;
	text-align: center;
	font-size: 13px;
}
.pcardlabely {
	position: absolute;
	width: 200px;
	height: 35px;
	background: rgba(220, 180, 25, 0.7);
	color: #FFF;
	line-height: 35px;
	transform: rotate(-45deg);
	left: -60px;
	top: 25px;
	text-align: center;
	font-size: 13px;
}
.pcardsold {
	position: absolute;
	width: 450px;
	height: 45px;
	background: rgba(200, 0, 0, 0.8);
	color: #FFF;
	line-height: 45px;
	transform: rotate(-45deg);
	left: -90px;
	top: 100px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.pcardoffer {
	position: absolute;
	display: inline-block;
	padding: 0.5em 1em;
	background: #333;
	color: #FFF;
	text-align: center;
	bottom: 0;
	left: 0;
	border-radius: 0 3px 0 0;
}
.pcardinfo {
	position: relative;
	padding: 10px 10px 60px 10px;
}
.pcardaddr1 {
	font-size: 24px;
}
.pcardrooms {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
}
.pcardroom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48%;
	height: 40px;
	padding: 2px 2px 2px 46px !important;
	margin: 1%;
	border: 1px solid #00658F;
	border-radius: 3px;
	background: #CDDFE4;
	color: #072442;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
}
.pcardroom:before {
	position: absolute;
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	text-transform: none !important;
	height: 34px;
	width: 34px;
	line-height: 34px;
	background: #06605C;
	color: #FFFFFE;
	border-radius: 3px;
	left: 3px;
	top: 3px;
}
.pcardbath {
	left: 50%;
}
.pcardbath:before {
	content: '\f2cd';
}
.pcardbed:before {
	content: '\f236';
}

/*Slideshow Styles*/
.pslides {
	margin: 1em 0 2em 0;
}
.pslides figure {
	text-align: left;
	font-style: normal;
	font-size: initial;
	text-indent: 0;
	padding: 0;
}
.pslidespace {
	height: 652px;
	padding-top: 75%; /*640x480*/
	border: 2px solid #00658F;
	border-radius: 6px;
	background: #CDDFE4;
}
.pslideresp {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.pslidespace:after, .pslidespace:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.pslidepic {
	position: relative;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}
.pslidepic img {
	display: block;
	width: 100%;
	border: 0;
}
.pslidelabel {
	position: absolute;
	width: 200px;
	height: 35px;
	background: rgba(255, 0, 0, 0.6);
	color: #FFF;
	line-height: 35px;
	transform: rotate(-45deg);
	left: -60px;
	top: 25px;
	text-align: center;
	font-size: 13px;
}
.pslideoffer {
	position: absolute;
	display: inline-block;
	padding: 0.5em 1em;
	background: #072442;
	color: #FFFFFE;
	text-align: center;
	top: 0;
	right: 0;
	border-radius: 0 0 0 3px;
}
.pslideinfo {
	position: relative;
	width: 100%;
	z-index: 2;
	padding: 1em 1em 72px 1em;
}
.pslideaddr1 {
	font-size: 24px;
}
.psliderooms {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.pslideroom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48%;
	height: 40px;
	padding: 2px 2px 2px 46px !important;
	margin: 1%;
	border: 1px solid #00658F;
	border-radius: 3px;
	background: #CDDFE4;
	color: #072442;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
}
.pslideroom:before {
	position: absolute;
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	text-transform: none !important;
	height: 34px;
	width: 34px;
	line-height: 34px;
	background: #06605C;
	color: #FFFFFE;
	border-radius: 3px;
	left: 3px;
	top: 3px;
}
.pslidebath {
	left: 50%;
}
.pslidebath:before {
	content: '\f2cd';
}
.pslidebed:before {
	content: '\f236';
}

/*Wider screen slide styles*/
@media only screen and (min-width: 1024px) {
	.pccardroom {
		font-size: 16px;
	}
	.pslidespace {
		height: auto;
		background: #CDDFE4;
	}
	.pslidepic {
		float: left;
		width: 60%;
	}
	.pslideinfo {
		float: left;
		width: 40%;
		padding: 2em 2em 72px 2em;
		z-index: auto;
	}
	.psliderooms {
		width: 40%;
	}
	.pslideroom {
		font-size: 18px;
	}
}

