@media screen and (max-width: 799px) {

body {
	font-size: 14px;
}

#top {
	height: 50px;
	border-bottom: 1px solid #dddddd;
	background-color: #003340;
}

#topNav {
	display: none;
}

.twoColumns {
	column-count: 1;
}

#logoTop {
	display: none;
}

#logoTopMob {
	display: block;
	height: 50px;
	float: none;
}

#buttMobNav {
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 1010;
	height: 50px;
	display: block;
	cursor: pointer;
}

#dummyMobNav {
	float: right;
}

#mobNavHolder {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,100%,0.9)
}

#mobNavHolderTable {
	display: table;
	width: 100%;
	height: 100%;
}

#buttCheckAvailability {
	display: none;
	height: 50px;
	float: left;
}

#buttCheckAvailabilityMob {
	display: block;
	height: 50px;
	float: left;
}

#firstBit {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content {
	width: calc(100% - 40px);
}


.fpBlock {
	display: block;
}

.tableRow {
	display: block;
}

.fpBlockText {
	display: block;
}

.fpBlockImageTd {
	display: block;
	width: calc(100% - 40px);
	margin: auto;
}

.fpBlockImage {
	width: 100%;
	margin: auto;
}

.review {
	font-size: 20px;
}

.star {
	width: 25px;
}

button {
	font-size: 12px;
}

#bestRateBand {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}





.photoHolder {
	height: 100px;
	padding: 2px;
	margin: 5px;
}

.photoImage {
	height: 100px;
}

#galleryPhotoBox {
	padding: 10px;
}

#galleryBigPhoto {
	display: block;
	max-width: calc(100vw - 50px);
	max-height: 70vh;
}

#map {
	width: 100%;
	float: none;
	margin: 0px;
	border: 2px solid #eeeeee;
	margin-bottom: 30px;
}



.contentImage {
	width: 200px;
}








.linksButt {
	width: 50px;
}

.linkTable {
	display: table;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
}

.linkImageTd {
	width: 100px;
	height: 100px;
}

.linkImage {
	width: 100px;
	height: 100px;
}

.linkSpacer {
	width: 20px;
}









.bedroomImageTable {
	width: 250px;
}

.bedroomImageTd {
	width: 250px;
	height: 250px;
}

.bedroomImage {
	max-width: 250px;
	max-height: 250px;
}

.bedroomThumbsTd {
	width: 250px;
}




#specialOffer {
	font-size: 14px;
}

#specialOffer p {
	font-size: 18px;
}



#subEmail {
	width: calc(90% - 20px);
	max-width: 800px;
	margin: 0px;
}

#subscribe {
	width: 90%;
	height: 36px;
	margin: 0px;
	margin-top: 10px;
}









a:link.mobLinks {
	text-decoration: none;
	width: 150px;
	padding: 10px;
	background: linear-gradient(to right, #2c5868, #477383, #2c5868);
	color: #ffffff;
	display: block;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
	border-radius: 3px;
	font-size: 18px;
}

a:active.mobLinks {
	text-decoration: none;
	width: 150px;
	padding: 10px;
	background: linear-gradient(to right, #2c5868, #477383, #2c5868);
	color: #ffffff;
	display: block;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
	border-radius: 3px;
}

a:visited.mobLinks {
	text-decoration: none;
	width: 150px;
	padding: 10px;
	background: linear-gradient(to right, #2c5868, #477383, #2c5868);
	color: #ffffff;
	display: block;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
	border-radius: 3px;
}

a:hover.mobLinks {
	text-decoration: none;
	width: 150px;
	padding: 10px;
	background: linear-gradient(to right, #2c5868, #477383, #2c5868);
	color: #ffffff;
	display: block;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
	border-radius: 3px;
}

.mobIcons {
	vertical-align: middle;
	height: 30px;
	margin-right: 10px;
}



}

@media screen and (max-width: 579px) {

.calendarHolder {
	float: none;
	margin-left: 0px;
	display: block;
	margin: auto;
}

.bedroomImageTable2 {
	width: 100%;
	display: table;
}

.bedroomImageTd2 {
	width: 100%;
	height: 100vw;
	display: table-cell;
	align-content: center;
	text-align: center;
	vertical-align: middle;
}

.bedroomImage2 {
	max-width: 100%;
	max-height: 100vw;
	margin: auto;
	border-radius: 3px;
	display: block;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
}

#specialOffer {
	font-size: 12px;
}

#specialOfferTextTd {
	padding: 5px;
}

#specialOffer p {
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}

#specialOfferBadgeTd {
	vertical-align: top;
	padding: 5px;
}

#specialBadge {
	display: block;
	margin: auto;
	width: 80px;
}

}




@media screen and (max-width: 499px) {

.contentImage {
	width: 100%;
	display: block;
	float: none;
	margin-left: 0px;
	margin-bottom: 20px;
}

.linkImageTd {
	width: 80px;
	height: 80px;
}

.linkImage {
	width: 80px;
	height: 80px;
}

h2 {
	text-align: center;
}

.roomPrice {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}



.photoHolder {
	height: 50px;
}

.photoImage {
	height: 50px;
}













.bedroomImageTable {
	width: 100%;
	display: block;
	float: right;
	margin-left: 0px;
	margin-bottom: 20px;
}

.bedroomImageTd {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

.bedroomImage {
	max-width: 100%;
	max-height: auto;
}

.bedroomThumbsTd {
	display: block;
	width: 100%;
}

.bedroomThumb {
	height: 50px;
}

.flexBox {
	display: block;
}

}


@media screen and (max-width: 470px) {

#specialBadge {
	width: 50px;
}

}








