@import url('https://fonts.googleapis.com/css?family=Abel');

body {
	font-family: Abel;
	font-size: 18px;
	margin: 0px;
}

#top {
	width: calc(100% - 40px);
	height: 100px;
	padding: 20px;
}

#topInner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

#slideHolder {
	border-bottom: 1px solid #333333;
}

.slide {
	width: 100%;
	display: block;
}

#bestRateBand {
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
}


#logoTop {
	display: block;
	margin: auto;
}

#logoTopMob {
	display: none;
	float: left;
}

#buttMobNav {
	display: none;
}

#dummyMobNav {
	float: left;
	width: 50px;
	height: 50px;
	display: inline-block;
}

#mobNavHolder {
	display: none;
}

#buttCheckAvailability {
	display: block;
	float: right;
	cursor: pointer;
}

#buttCheckAvailabilityMob {
	display: none;
}

.content {
	width: calc(100% - 100px);
	max-width: 1100px;
	margin: auto;
}

#topNav {
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
}

#buttFb {
	vertical-align: middle;
	height: 20px;
	margin-left: 10px;
}

#firstBit {
	width: 100%;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
}

#secondBit {
	width: 100%;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
}

.fpImage {
	width: 100%;
	border-radius: 3px;
}

.leftColumn {
	float: left;
	width: calc(50% - 25px);
}

.rightColumn {
	float: right;
	width: calc(50% - 25px);
}

.spacer {
	clear: both;
	display: block;
}

.fright {
	float: right;
	width: 30%;
	margin-left: 20px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.fp3 {
	width: 30%;
	border-radius: 3px;
}



.fpBlock {
	display: table;
	width: 100%;
	border: 1px solid #eeeeee;
}

.tableRow {
	display: table-row;
}

.fpBlockText {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.fpBlockImageTd {
	display: table-cell;
	width: 35%;
	max-width: 550px;
	padding: 20px;
}

.fpBlockImage {
	display: block;
	width: 100%;
	vertical-align: middle;
	border-radius: 3px;
}

.flexBox {
	display: flex;
	justify-content: space-around;
	gap: 50px;
}

#tripAdvisor {
	max-width: 100%;
}

#bDotCom {
	width: 200px;
	max-width: 100%;
}


#bottom {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #333333;
}




.photoHolder {
	display: inline-block;
	height: 150px;
	margin: 10px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
}

.photoImage {
	height: 150px;
	border-radius: 3px;
	margin: auto;
}



#galleryPhotoBox {
	display: none;
	position: fixed;
	z-index: 2000;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 1s;
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0px 0px 25px hsla(0,0%,0%,0.3);
}

#galleryBigPhoto {
	display: block;
	max-width: 100%;
	max-height: calc(100% - 100px);
	margin: auto;
}

#photoTitle {
	display: block;
	font-weight: bold;
	color: #760000;
	margin-top: 10px;
}

#contributor {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

#buttClosePhoto {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 30px;
	color: #aaaaaa;
	font-family: Arial;
	cursor: pointer;
	user-select: none; 
}



.contentImage {
	float: right;
	width: 30%;
	max-width: 500px;
	margin-left: 40px;
	margin-bottom: 20px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
}


.calendarHolder {
	float: right;
	width: 250px;
	margin-left: 40px;
	margin-bottom: 20px;
}



#map {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	border-radius: 3px;
	width: 300px;
	height: 300px;
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
}


#iconPhone2 {
	height: 15px;
	margin-right: 10px;
}

#iconPhone3 {
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

#iconEmail2 {
	height: 12px;
	margin-right: 10px;
}
.contactInputs {
	width: 90%;
	max-width: 300px;
	border: 1px solid #dddddd;
	padding: 5px;
	text-align: center;
}

#messageBody {
	resize: none;
	width: 90%;
	max-width: 600px;
	height: 200px;
	border: 1px solid #dddddd;
	padding: 5px;
}

#sentMessage {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #760000;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 40px;
	display: block;
	border-radius: 3px;
}

.roomPrice {
	display: block;
	font-size: 14px;
}





.twoColumns {
	column-count: 2;
	column-gap: 50px;
}

.twoColumns p {
	margin-top: 0px;
}


.review {
	font-family: Times New Roman;
	font-size: 30px;
	font-style: italic;
	color: #477383;
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}





.linksButt {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	width: 80px;
}

.linkTable {
	display: inline-table;
	width: calc(50% - 20px);
	margin: 10px;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
}

.linkImageTd {
	width: 150px;
	height: 150px;
	display: table-cell;
}

.linkImage {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 3px;
}

.linkTitleTd {
	display: table-cell;
}

.linkSpacer {
	width: 20px;
}

.linkTitle {
	font-weight: bold;
	color: #333333;
}




.bedroomImageTable {
	width: 300px;
	display: table;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.bedroomImageTd {
	width: 300px;
	height: 300px;
	display: table-cell;
	align-content: center;
	text-align: center;
	vertical-align: middle;
}

.bedroomImage {
	max-width: 300px;
	max-height: 300px;
	margin: auto;
	border-radius: 3px;
	display: block;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
}

.bedroomThumbsTd {
	display: table-cell;
	align-content: center;
	text-align: center;
	vertical-align: middle;
}

.bedroomThumb {
	height: 40px;
	display: inline-block;
	margin: 3px;
	boorder-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
}







.bedroomImageTable2 {
	width: 500px;
	display: table;
}

.bedroomImageTd2 {
	width: 500px;
	height: 500px;
	display: table-cell;
	align-content: center;
	text-align: center;
	vertical-align: middle;
}

.bedroomImage2 {
	max-width: 500px;
	max-height: 500px;
	margin: auto;
	border-radius: 3px;
	display: block;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
}


#specialOffer {
	display: table;
	width: 100%;
	background-color: #477383;
	color: #ffffff;
	border-radius: 3px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	font-size: 14px;
}

#specialOffer p {
	color: #ffffff;
	font-size: 22px;
}

#specialOfferBadgeTd {
	display: table-cell;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

#specialBadge {
	display: block;
	margin: auto;
}

#specialOfferTextTd {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}






#subscribeBand {
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #333333;
	border-radius: 3px;
}

#subscribeText {
	color: #ffffff;
}

#subIfr {
	display: none;
	width: 100%;
	height: 300px;
}

#subEmail {
	color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	border: none;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	text-align: center;
	width: 90%;
	max-width: 300px;
	font-family: Arial;
}

#subscribe {
	border: none;
	background-color: #760000;
	color: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 13px;
	font-size: 22px;
	font-weight: normal;
	margin-left: 10px;
	font-family: Arial;
}









.pCentre p {
	text-align: center;
}





p {
	text-align: justify;
	line-height: 30px;
}

hr {
	width: calc(100% - 100px);
	border: none;
	border-top: 1px dotted #cccccc;
}


h1 {
	color: #760000;
	font-size: 26px;
	text-align: center;
}

h2 {
	color: #760000;
	font-size: 22px;
}

button {
	cursor: pointer;
	border: none;
	background-color: #760000;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	border-radius: 3px;
}








a:link {
	text-decoration: none;
	color: #760000;

	transition: all 0.5s;
}

a:active {
	text-decoration: none;
	color: #760000;
}

a:visited {
	text-decoration: none;
	color: #760000;
}

a:hover {
	text-decoration: none;
	color: #ff7f00;
}




















a:link.topLinks {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	color: #003340;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;

	transition: all 0.5s;
}

a:active.topLinks {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	color: #003340;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}

a:visited.topLinks {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	color: #003340;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}

a:hover.topLinks {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	color: #760000;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}





a:link.photoLink {
	filter: brightness(1);

	transition: all 0.5s;
}

a:active.photoLink {
	filter: brightness(1);
}

a:visited.photoLink {
	filter: brightness(1);
}

a:hover.photoLink {
	filter: brightness(1.5);
}






a:link.linkLink {
	filter: brightness(1);

	transition: all 0.5s;
}

a:active.linkLink {
	filter: brightness(1);
}

a:visited.linkLink {
	filter: brightness(1);
}

a:hover.linkLink {
	filter: brightness(1.5);
}




a:link.buttCheckAvail {
	text-decoration: none;
	background-color: #ffffff;
	color: #003340;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	display: inline-block;

	transition: all 1s;
}

a:active.buttCheckAvail {
	text-decoration: none;
	background-color: #ffffff;
	color: #003340;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	display: inline-block;
}

a:visited.buttCheckAvail {
	text-decoration: none;
	background-color: #ffffff;
	color: #003340;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	display: inline-block;
}

a:hover.buttCheckAvail {
	text-decoration: none;
	background-color: #003340;
	color: #ffffff;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	display: inline-block;
}






a:link.monthChange {
	text-decoration: none;
	background-color: #ffffff;
	color: #003340;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	display: inline-block;
	width: 70px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;

	transition: all 1s;
}

a:active.monthChange {
	text-decoration: none;
	background-color: #ffffff;
	color: #003340;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	display: inline-block;
	width: 70px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

a:visited.monthChange {
	text-decoration: none;
	background-color: #ffffff;
	color: #003340;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	display: inline-block;
	width: 70px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

a:hover.monthChange {
	text-decoration: none;
	background-color: #003340;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	display: inline-block;
	width: 70px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}




