﻿/*
COLOURS

YELLOW: #FFCF01
PURPLE: #6D68AF
BLUE: #00B3F0
GREEN: #2BB673;
LIME GREEN: #8DC63F
MAGENTA: #DA1C5C
CORAL: #F27173
NAVY: #22344C

DARK GREY: #231F20
GREY: #5D5E61
MID_GREY: #AEAFB1
LIGHT_GREY: #EFF0F1
*/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
	*zoom: 1;
}

.bg-yellow {
	background-color: #FFCF01;
}
.text-yellow {
	color: #FFCF01;
}

.bg-purple {
	background-color: #6D68AF;
}
.text-purple {
	color: #6D68AF;
}

.bg-blue {
	background-color: #00B3F0;
}
.text-blue {
	color: #00B3F0;
}

.bg-green {
	background-color: #2BB673;
}
.text-green {
	color: #2BB673;
}

.bg-limegreen {
	background-color: #8DC63F;
}
.text-limegreen {
	color: #8DC63F;
}

.bg-magenta {
	background-color: #DA1C5C;
}
.text-magenta {
	color: #DA1C5C;
}

.bg-coral {
	background-color: #F27173;
}
.text-coral {
	color: #F27173;
}

.bg-navy {
	background-color: #22344C;
}
.text-navy {
	color: #22344C;
}

.bg-darkgrey {
	background-color: #231F20;
}
.text-darkgrey {
	color: #231F20;
}

.bg-grey {
	background-color: #5D5E61;
}
.text-grey {
	color: #5D5E61;
}

.bg-midgrey {
	background-color: #AEAFB1;
}
.text-midgrey {
	color: #AEAFB1;
}

.bg-lightgrey {
	background-color: #EFF0F1;
}
.text-lightgrey {
	color: #EFF0F1;
}

@font-face {
	font-family: GilroyRegular;
	src: url(../fonts/Gilroy-Regular.otf);
	font-weight: normal;
}

@font-face {
	font-family: GilroyMedium;
	src: url(../fonts/Gilroy-Medium.otf);
	font-weight: normal;
}

@font-face {
	font-family: GilroyLight;
	src: url(../fonts/Gilroy-Light.otf);
	font-weight: normal;
}

@font-face {
	font-family: GilroyBold;
	src: url(../fonts/Gilroy-Bold.otf);
	font-weight: bold;
}

@font-face {
	font-family: GilroyExtraBold;
	src: url(../fonts/Gilroy-ExtraBold.otf);
	font-weight: bold;
}

.font-medium {
	font-family: GilroyMedium;
}

html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: GilroyLight, sans-serif;
	color: #5D5E61;
	font-size: 1.2em;
	line-height: 1.75em;
	background-color: #22344C;
}

div.main {
	padding: 0 0 10px 0;
	word-wrap: break-word;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #EFF0F1;
}


h1.title {
	font-family: GilroyExtraBold, sans-serif;
	color: #22344C;
	font-weight: normal;
	line-height:1.4em;
	margin-top:0;
	padding-top:1em;
}

.news-header h1.title {
	color:#fff;
}

h2 {
	font-size: 1.28em;
	font-family: gilroymedium, sans-serif;
	font-weight: normal;
}

h3 {
	color: #22344C;
}

p:empty {
	display: none;
}

a {
	color: #DA1C5C;
	text-decoration: none;
}

a span {
	color: #DA1C5C !important;
}

strong {
	font-family: GilroyMedium, sans-serif;
	font-weight: normal;
}

sup, sub, span {
	font-size: 100% !important;
}

h2.section-title {
	font-family: GilroyMedium, sans-serif;
	color: white;
	background-color: #22344C;
	display: inline-block;
	padding: 0 2em;
	line-height:1.6em;
	overflow:hidden;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin:0;
	font-size:0.9em;
}

.map-holder {
	position: relative;
}

.map-holder h2.section-title {
	position: absolute;
	top: 0;
	left: 0;
}

.type-dot
{
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:10px;
	margin-right:20px;
}

.news-date {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

.bg-accommodation {
	background-color: #FFCF01;
}

.bg-foodDrink {
	background-color: #DA1C5C;
}

.bg-sportsground {
	background-color: #8DC63F;
}

.bg-attractions {
	background-color: #6D68AF;
}

.bg-park {
	background-color: #2BB673;
}

.bg-library {
	background-color: #DA1C5C;
}

.bg-culturalFacility {
	background-color: #F27173;
}

.bg-beachOrPool {
	background-color: #00B3F0;
}

.news-header
{

}

.section-btn {
	display: block;
	max-width: 100%;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	border-radius: 5px;
	margin: 0 auto;
}

.content-section {
	background-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.content-section-xpad {
	background-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 35px;
}

.content-section-nopad {
	background-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.media-stack {
	margin: 1em 0;
	display: grid;
	grid-row-gap: 24px;
}

.media-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.media-icon {
	width: 64px;
	height: 64px;
	border-radius: 5px;
	margin-right: 16px;
}

	.media-icon > img {
		display: block !important;
		width: 32px;
		height: 32px;
		margin: 16px;
		object-fit: contain;
	}

.media-container > p {
	flex: 1;
	margin: 0;
	line-height: 1.4em;
}

.media-link-button {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 16px;
	border: 1px solid #f64;
	border-radius: 5px;
}


/**** carousel ****/
.carousel-holder {
	background-color: #fff;
	max-height: 562px;
}

.carousel-image-holder img {
	max-height: 562px;
	height:auto;
	max-width: 100%;
	width: 100%;
	display:block;
}


.slick-dots {
	background-color: #fff;
	position:relative;
	bottom:auto;
	padding-bottom:20px;
}

.slick-dotted.slick-slider
{
	margin-bottom:0;
}

.slick-dots li {
	margin: 2px;
}

.slick-dots li button:before {
	font-size: 14px;
	opacity: 1;
	color: #AEAFB1;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #22344C;
}

/*******************/


.content {
	max-width: 85%;
	margin: 0 auto;
}

.content img {
	display:none;
}

.content ul {
	margin-top:0;
}

.content.lead-in {
	font-family: GilroyMedium ;
	color:#22344C;
	font-size: 1.4em;
	line-height: 1.4em;
	padding-top:20px;
}

.priceline {
	color: #22344C;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.price {
	font-weight: bold;
	font-family: GilroyMedium;
}

.amenity-items {
	padding: 1em 0 0 0;
	margin: 0;
	list-style: none;
}

.amenity-items li {
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 5px 7px;
	padding: 8px 10px 5px 30px;
	margin: 0 5px 5px 0;
	font-size: 0.8em;
	border: 1px solid #EFF0F1;
	display: block;
	box-sizing: border-box;
	width: 48%;
	border-radius: 5px;
	line-height:1.3em;
	min-height:36px;
}


.amenity-items li:nth-child(odd) {
	float: left;
	clear:both;
}

.amenity-items li:nth-child(even) {
	float: right;
}


.feature-items {
	padding: 0;
	margin: 0;
	list-style: none;
}

.feature-item {
	padding: 8px 10px 5px 10px;
	margin: 0 5px 5px 0;
	font-size: 0.8em;
	border: 1px solid #EFF0F1;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 1.3em;
	min-height: 36px;
}

.responsive-image {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.download-section {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	max-width: 85%;
	flex-wrap: wrap;
	margin: 0 auto;
}

.download-section div {
	flex-grow: 1;
}

.download-section div a.ios-logo {
	margin:15px auto 15px auto;
	display: block;
	width: 282px;
	height: 84px;
	background-size: 282px 82px;
	background-repeat: no-repeat;
	background-image: url('/images/download/store-ios.png');
}

.download-section div a.android-logo {
	margin: 15px auto 15px auto;
	display: block;
	width: 282px;
	height: 84px;
	background-size: 282px 82px;
	background-repeat: no-repeat;
	background-image: url('/images/download/store-play.png');
}


/*.footer .menu-open-btn {
	background-image: url('/images/icons/menu_open_button@2x.png');
	background-size: 106px 106px;
	background-repeat: no-repeat;
	height: 106px;
	width: 106px;
	margin: 30px auto 0 auto;
}*/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin:20px 0px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.download-section div a.ios-logo {
		margin: 15px auto 15px auto;
		display: block;
		width: 141px;
		height: 41px;
		background-size: 141px 41px;
		background-repeat: no-repeat;
		background-image: url('/images/download/store-ios.png');
	}

	.download-section div a.android-logo {
		margin: 15px auto 15px auto;
		display: block;
		width: 141px;
		height: 41px;
		background-size: 141px 41px;
		background-repeat: no-repeat;
		background-image: url('/images/download/store-play.png');
	}

	.amenity-items li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}