h1.new
{
	background: #409998 !important;
	margin-top: -63px !important;
	border-radius: 0px 5px 0px 0px;
	box-shadow: none;
	padding: 15px 10px;
	width: 35%;
	text-align: end;
}

h1.no-header-image
{
	margin-top: 0px !important;
	border-radius: 0px !important;
	width: 100%;
	text-align: center;
}

.container
{
	margin-left: auto !important;
	margin-right: auto !important;
}

.section
{
	padding: 20px 0;
}

.images-row
{
	text-align: center;
}

.images-row img
{
	display: inline-block !important;
	border-radius: 5px;
	margin: 5px !important;
	object-fit: cover;
	width: 277px !important;
	height: 277px !important;
}

.new-prices-wide
{
	background: #0d1b54 !important;
	margin: 0px;
}

.new-prices-wide .sidebar-block-button
{
	background: #0d1b54 !important;
	border-color: white;
	border-radius: 0px;
}

.title-container
{
	background: #409998;
	margin: 20px 0px 0px 0px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.title-container h1
{
	background: transparent;
	margin: 0 !important;
	padding: 0;
	box-shadow: none;
}

.link a
{
	display: block;
	margin: 10px 0px;
	text-decoration: none !important;
	font-size: 17px;
}

header
{
	background: #0d1b54 !important;
	margin-bottom: 0 !important;
}

.jobs-banner
{
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}

@supports not (-webkit-touch-callout: none)
{
	.jobs-banner
	{
		background-attachment: fixed;
	}
}

.get-prices-block-new
{
	background: #6e3f66 !important;
	padding: 10px !important;
	max-width: none !important;
	float: unset !important;
}

.get-prices-block-new .get-prices-submit, .appointment-block .phone-appointment-button
{
	background: #0d1b54;
	border-radius: 0;
	border: none;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}

.appointment-block
{
	background: #6e3f66;
	max-width: none !important;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	color: white;
	float: unset !important;
	margin-bottom: 30px;
}

.phone-appointment-time .phone-appointment-at
{
	width: 100%;
}

.phone-appointment-time .phone-time-change
{
	border-radius: 10px;
	padding: 3px 5px;
	width: 100%;
}

/** IMAGE BLOCKS **/
.image-blocks-section
{
	padding: 30px 0px;
}

.image-blocks-section.reversed
{
	background: #EEEEEE;
}

.image-blocks-section.reversed .row
{
	display: flex;
	flex-direction: row-reverse;
}

.image-blocks-section .subsection-image img
{
	border-radius: 15px;
	width: 100%;
	object-fit: cover;
	height: 300px;
	margin: 0 auto;
	display: block;
}

.image-blocks-section .subsection-text .heading-section
{
	color: #409998;
}

.image-blocks-section .subsection-text .link a
{
	color: #409998 !important;
}
/** END IMAGE BLOCKS **/

/** NEW ENQUIRE SECTION - The purple band across the page **/
.new-enquire-section
{
	background: #6e3f66;
}

.new-enquire-section .new-prices-wide
{
	background: transparent !important;
}

.new-enquire-section .new-prices-wide .sidebar-block-button
{
	background: transparent !important;
}
/** END NEW ENQUIRE SECTION **/

/** PAGE LINKS **/
.page-links .row .col-md-4
{
	font-size: 14px;
	padding-bottom: 50px;
	margin: 30px 0px 0px;
}

.page-links .row .col-md-4:nth-child(2)
{
	border-right: 2px solid #409998;
	border-left: 2px solid #409998;
}
/** END PAGE LINKS **/

/** HOTEL BLOCK **/
.hotel-block-title
{
	background: #409998;
	color: white;
	padding: 15px 0px;
}

.hotel-block-title h2
{
	margin: 0px;
}

.hotel-block-body .hotel-block-description
{
	padding: 15px 15px 15px 0px;
}

.hotel-block-body .hotel-block-description .link a
{
	color: #409998 !important;
}

.hotel-block-body .hotel-block-description .notice
{
	font-size: 12px;
}

.hotel-block-body .hotel-block-images
{
	padding: 15px 0px;
}

.hotel-block-body .hotel-block-images img
{
	border-radius: 5px;
	width: 100%;
	margin: 15px 0px;
	object-fit: cover;
}
/** END HOTEL BLOCK **/

/** RECOMMENDATIONS **/
.recommendations-title
{
	background: #0d1b54;
	color: white;
	border-top-right-radius: 10px;
	padding: 10px 0px;
	float: none !important;
}

.recommendations-title *
{
	margin: 0px;
	padding: 0px;
}

.recommendations-body
{
	background: #409998;
	padding: 20px 0px;
	color: white;
}

.recommendations-body .container
{
	margin: 20px auto;
}

.recommendations-body img
{
	border-radius: 5px;
	border: 3px solid white;
}

.recommendations-body .link a
{
	color: white !important;
}
/** END RECOMMENDATIONS **/

/** RESPONSIVE **/
@media(max-width: 1200px)
{
	h1.new
	{
		width: 75%;
	}

	h1.no-header-image
	{
		width: 100%;
	}

	.images-row img
	{
		height: 227px !important;
		width: 227px !important;
	}
}

@media(max-width: 1000px)
{
	.image-blocks-section.reversed .row
	{
		display: revert;
	}

	.page-links
	{
		margin-top: 30px;
	}

	.page-links .row .col-md-4
	{
		margin: 0px;
		padding-bottom: 0px;
	}

	.page-links .row .col-md-4:nth-child(2)
	{
		border: 0px;
	}

	.images-row img
	{
		height: 172px !important;
		width: 172px !important;
	}

	.recommendations-body img
	{
		height: 350px;
		width: 100%;
		margin-bottom: 15px;
	}
}

@media(max-width: 700px)
{
	h1.new
	{
		font-size: 23px;
		margin-top: -56px !important;
		width: 95%;
	}

	h1.no-header-image
	{
		width: 100%;
	}

	.section
	{
		padding: 20px;
	}

	.images-row img
	{
		height: 200px !important;
		width: 200px !important;
	}

	.recommendations-body img
	{
		height: 250px;
	}
}

@media(max-width: 450px)
{
	.image-blocks-section .subsection-image img
	{
		height: 200px;
	}
}
/** END RESPONSIVE **/
