body {
	background: #93d9fa;
	color: #fff;
	font: 15px/22px Arial, sans-serif;
}

@font-face {
	font-family: 'Luckiest-Guy';
	src:url('../fonts/Luckiest-Guy.ttf.woff') format('woff'),
		url('../fonts/Luckiest-Guy.ttf') format('truetype'),
		url('../fonts/Luckiest-Guy.ttf.svg#Luckiest-Guy') format('svg'),
		url('../fonts/Luckiest-Guy.ttf.eot'),
		url('../fonts/Luckiest-Guy.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bevan';
	src:url('../fonts/Bevan.ttf.woff') format('woff'),
		url('../fonts/Bevan.ttf.svg#Bevan') format('svg'),
		url('../fonts/Bevan.ttf') format('truetype'),
		url('../fonts/Bevan.ttf.eot'),
		url('../fonts/Bevan.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font: 16px 'Luckiest-Guy', Arial, cursive;
	text-transform: uppercase;
}

h1 { font-size: 50px; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 26px; }
h5 { font-size: 18px; }

.modal {
	color: #265aa6;
}

/* accents */
/*

1 Red
	Main: e41f13
	Light: fab7b3
	Lighter: fff5f4
2 Dark Blue
	Main: 265aa6
	Light: c8e8ff
	Lighter: e4f8ff
3 Orange
	Main: e84e0f
	Light: ffccb7
4 Light Green
	Main: bed006
	Light: ebf29f
	Lighter: fdffe9
5 Green
	Main: 13a337
	Light: a6dfb4
6 Light Blue
	Main: 36bcee
	Light: e4f8ff
7 Grey
	Light: e4e4e4
8 Yellow
	Main: ffd600
	Light: fff7cb
9 White
	Main: fff

*/

.logo {
	display: block;
	margin-top: 20px;
}

.more {
	background: #265aa6;
	color: #fff;
	font: 24px/24px 'Luckiest-Guy', Arial, cursive;
	padding: 12px 14px 5px;
	text-transform: uppercase;
}

.more > a {
	color: #fff;
}

.hard-code-image {
	border: 4px solid #c8e8ff;
	margin: 25px 0;
}

#page-areas .more {
	background: #265aa6;
	color: #fff;
	display: block;
	font: 24px/24px 'Luckiest-Guy', Arial, cursive;
	margin-top: 20px;
	padding: 12px 14px 5px;
	text-transform: uppercase;
	width: 105px;
}

.page-content .more {
	background: #265aa6;
	color: #fff;
	display: block;
	font: 24px/24px 'Luckiest-Guy', Arial, cursive;
	margin-top: 17px;
	padding: 12px 14px 5px;
	text-transform: uppercase;
	width: 105px;
}


.page-content a.more.bg-7 {
	background: #e4e4e4 !important;

	-webkit-transition: background-color 0.3s ease, color 0.3s ease !important;
			 -o-transition: background-color 0.3s ease, color 0.3s ease !important;
					transition: background-color 0.3s ease, color 0.3s ease !important;
}

.page-content a.more.bg-7:hover {
	background: #265aa6;
	background: #265aa6 !important;
	color: #fff !important;
	text-decoration: none;
}

/* various navs */
.corporate-nav-container {
	z-index: 1;
}
.corporate-nav {
	background: #265aa6;
	color: #fff;
	font-size: 14px;
	text-align: right;
	padding: 5px 20px;
}
.corporate-nav a {
	color: #fff;
}
.navbar-default {
	background: #265aa6;
}
.navbar-mobile .navbar-toggle {
	margin-top: 6px;
	border: none;
}
.navbar-toggle .menu {
	text-transform: uppercase;
	float: left;
	margin-right: 10px;
}
.navbar-toggle .bars {
	float: right;
}
.navbar-toggle .icon-bar {
	background: #fff !important;
	border-radius: 0;
	width: 26px;
	height: 4px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: 0 !important;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: none !important;
}
.navbar-mobile .navbar-nav {
	background: #265aa6;
}
.navbar-mobile .navbar-collapse.in {
	overflow-y: 0 !important;
}
.navbar-mobile .navbar-collapse .main-nav > li > a {
	width: 100%;
	margin-left: 0;
}
.navbar-mobile .navbar-collapse .main-nav > li + li {
	margin-left: 0;
}

.navbar-mobile.navbar-fixed-top .navbar-collapse {
	max-height: 355px;
}

.unmobile-logo {
	max-width: 320px;
}
.mobile-logo {
	margin: 30px auto 20px;
	max-width: 250px;
}

.dropdown-menu {
	font-size: 21px;
	text-align: center;
}

/* remove inter-li padding */
.corporate-nav li {
	padding: 0;
}
/* and introduce a separator and add the padding there */
.corporate-nav li + li.link:before {
	content: '|';
	padding: 0 5px;
}
/* gap between the last .link and the first .social */
.corporate-nav li.link + li.social {
	margin-left: 10px;
}
.social a {
	border-radius: 50%;
	display: block;
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
			 -o-transition: background-color 0.3s ease, color 0.3s ease;
					transition: background-color 0.3s ease, color 0.3s ease;

}
.footer .list-inline>li {
	padding-right: 0;
}
.footer .social a {
	font-size: 26px;
	height: 36px;
	line-height: 36px;
	width: 36px;
	margin-bottom: 10px;
}
.social.facebook a {
	background: #5a7ac7;
}
.social.youtube a {
	background: #fd3832;
}
.social.twitter a {
	background: #5bbcec;
}
.social.google-plus a {
	background: #dd4b39;
}
.social.instagram a {
	background: #13a337;
}
.social.tripadvisor a {
	background: #62a655;
}

.social a:hover {
	background: #fff;
	color: #265aa6 !important;
	text-decoration: none;
}
#trip-advisor {
	margin: 10px 0 0 0;
}
.main-nav {
	font-size: 20px;
	margin-bottom: 25px;
	margin-top: 30px;
	font-family: 'Bevan', Arial, cursive;
	text-transform: uppercase;
}

.main-nav > li > a {
	background: #e41f13;
	border: 4px solid #fab7b3;
	border-radius: 0;
	color: #fff;
	height: 71px;
	padding: 4px;
	text-align: center;
}
.main-nav > li > a:hover {
	background: #e41f13;
}
.navbar-collapse {
	box-shadow: none;
}
.desktop-nav-collapse .main-nav > li > a {
	width: auto;
}
.desktop-nav-collapse .main-nav > li > a img {
	width: 100%;
	height: auto;
}
.desktop-nav-collapse .main-nav > li:first-child {
	margin-left: 0;
}

/* for vertical centring of the text */
.main-nav > li > a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.main-nav > li > a > span {
	display: inline-block;
	vertical-align: middle;
}
/* now for the colours */
/* blue */
.main-nav > li:nth-child(5n+2) > a {
	background-color: #265aa6;
	border-color: #c8e8ff;
}
.main-nav > li:nth-child(5n+2) > a:hover {
	background-color: #265aa6;
}
/* orange */
.main-nav > li:nth-child(5n+3) > a {
	background-color: #e84e0f;
	border-color: #ffccb7;
}
.main-nav > li:nth-child(5n+3) > a:hover {
	background-color: #e84e0f;
}
/* light green */
.main-nav > li:nth-child(5n+4) > a {
	background-color: #bed006;
	border-color: #ebf29f;
}
.main-nav > li:nth-child(5n+4) > a:hover {
	background-color: #bed006;
}
/* green */
.main-nav > li:nth-child(5n) > a {
	background-color: #13a337;
	border-color: #a6dfb4;
}
.main-nav > li:nth-child(5n) > a:hover {
	background-color: #13a337;
}
/* updo styles for last link, which is just an image */
.main-nav li:last-child > a {
	background: none;
	border: none;
	padding: 0;
}
.main-nav li:last-child > a:hover {
	background: none;
}
.navbar-toggle {
	border-radius: none;
	margin-right: 0;
}
.side-carousel {
	margin-bottom: 30px;

}
.side-carousel .more {
	background: none;
	padding: 0 0 10px 10px;
}
.side-carousel .item {
	border: 4px solid;
	padding-bottom: 10px;
	height: 300px;
}

.side-carousel .content {
	padding: 10px;
}

.side-carousel .slick-next {
	right: 10px;
	top: 103px;
}
.side-carousel .slick-prev {
	left: 10px;
	top: 103px;
}
.side-carousel a.more {
	color: #fff !important;
		-webkit-transition: color 0.3s ease, color 0.3s ease !important;
			 -o-transition: color 0.3s ease, color 0.3s ease !important;
					transition: color 0.3s ease, color 0.3s ease !important;

}

.side-carousel a:hover.more {
	color: #fff !important;
	color: rgba(255,255,255,0.5) !important;
	text-decoration: none;
}


/* subnav sidebar */

.subpages-sidebar {
	margin-bottom: 30px;
}
.subpages-sidebar h2 {
	background: #265aa6;
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding: 22px 22px 14px;
}

.subpages-nav {
	background: #fff;
	font-size: 15px;
}
.subpages-nav > li > a {
	color: #265aa6;
	padding: 10px 22px;
}
.subpages-nav > li > a:hover {
	background: #bed006;
	color: #fff;
}
.subpages-nav > li + li {
	border-top: 1px dashed #bed006;
	margin-top: 0;
}

/* subnav themes */
.blackboard {
	background: #333;
	background: url(../images/chalkboard-bg.jpg) top left;
	border: 8px solid #c5934e;
	border-radius: 10px;
	color: #fff;
	margin-top: 10px;
}
.blackboard > li > a {
	color: #fff;
}
.blackboard.subpages-nav > li + li {
	border-top: 1px dashed #868383;
}

.footer {
	background: #00243e;
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer a {
	color: #fff;
}
.footer h1 {
	color: #36bcee;
	font: 25px 'Luckiest-Guy', Arial, cursive;
	margin-top: 0;
	text-transform: uppercase;
}
.footer ul {
	margin-bottom: 0;
}

/* backgrounds */
.background-container {
	position: absolute;
	height: 1605px;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: -1;
}
.backgrounds {
	/*
	pretty sure this is a bit of a magic number - we just came up with a "surely all pages will be long enough for this"
	so feel very free to reduce if needs be
	*/
	height: 1605px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.background {
	background: url(../images/background-sky.jpg) no-repeat scroll center top #c3e9fc;
	background-size: contain;
	min-height: 4000px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}
.featured-image-area {
	position: relative;
}
.featured-image {
	position: absolute;
	right: 0;
	z-index: 0;
}
.carousel-item .caption {
	float: left;
	position: absolute;
	z-index: 1;
	max-width: 534px;
}
.prints {
	background: url(../images/background-prints.png) no-repeat scroll center top;
	height: 1605px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.mobile-hero img {
	margin-bottom: 30px;
	padding: 0 17px;
}

/* page carousel */
.carousel-items {
	height: 465px;
	overflow: hidden;
}
.carousel-items .slick-dots {
	bottom: 0;
	left: 22px;
	text-align: left;
	width: 80%;
}
.carousel-items .slick-dots li button {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 15px;
	padding: 0;
	width: 15px;
}
.carousel-items .slick-dots li button:before {
	color: #fff;
	font-size: 11px;
	height: 15px;
	line-height: 18px;
	opacity: 0;
	width: 15px;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
}
.carousel-item {
	color: #fff;
	font-size: 18px;
	height: 465px;
	line-height: 26px;
	overflow: hidden;
}
.carousel-item > div {
	padding-left: 22px;
}
.carousel-item h1 {
	margin-top: 25px;
	font-size: 90px;
	line-height: 80px;
}
.carousel-item .more {
	background: #fff;
	color: #36bcee;
	display: block;
	width: 115px;
	margin-top: 30px;
	position: absolute;
	right: 16px;
	bottom: 0;
	z-index: 306;
}

.carousel-item a.more {
	background: #fff !important;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease !important;
			 -o-transition: background-color 0.3s ease, color 0.3s ease !important;
					transition: background-color 0.3s ease, color 0.3s ease !important;
}

.carousel-item a:hover.more {
	background: #265aa6;
	background: rgba(255,255,255,0.2) !important;
	color: #fff !important;
	text-decoration: none;
}

/* home carousel */
.home-carousel .slick-prev, .home-carousel .slick-next {
	width: 82px;
	height: 84px;
	top: 38%;
}
.home-carousel .slick-prev:before, .home-carousel .slick-next:before {
	content: '';
}
.home-carousel .slick-prev {
	background: url(../images/home-carousel-prev.png) no-repeat top left;
	left: -20px;
}
.home-carousel .slick-next {
	background: url(../images/home-carousel-next.png) no-repeat top left;
	right: 10px;
}
.home-carousel {
}
.home-carousel .item {
	background: #fff;
	border: 4px solid #fff;
	margin-right: 30px;
}

.home-carousel .item > .content {
	height: 150px;
	overflow: hidden;
	padding: 0 15px;
}

.home-carousel .item > .content > h1 {
	font-size: 32px;
}
.home-carousel .item > .content > p {
	font-size: 16px;
	line-height: 20px;
}

/* home social buttons */
.home-social-button {
	border-radius: 50px;
	color: #fff;
	display: block;
	font: 21px/21px 'Luckiest-Guy', Arial, cursive;
	margin-right: 10px;
	padding: 19px 24px 19px 30px;
	text-align: left !important;
	text-transform: uppercase;
}
.home-social-button > div { float: left; }
.home-social-button > .clevericon {
	border-radius: 50%;
	float: right;
	font-size: 42px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	width: 60px;
}
.home-social-button:hover {
	background: #f2f2f2 !important;
	color: #265aa6;
}
.home-social-button:hover .clevericon {
	background: #265aa6 !important;
	color: #fff !important;
}

/* home bottom banner */
.home-bottom-banner {
	margin: 30px 0;
}

/* social dashboard */
.social-bg {
	border-top: 3px solid #06a7f3;
	background-color: #005694;
	margin-top: 30px;
	padding: 30px 0;
}
.embed-responsive.embed-responsive-2by1 {
  padding-bottom: 200%;
}
.social-title {
	color: #005694;
	padding-bottom: 20px;
	text-align: center;
	text-shadow:
    -3px -3px 0 #fff,
    3px -3px 0 #fff,
    -3px 3px 0 #fff,
    3px 3px 0 #fff;
}
.social-dashboard {
	margin-top: 20px;
}
.social-dashboard-item {
	border: 5px solid #fff;
	margin-bottom: 30px;
	position: relative;
}

.item-content {
	height: 50%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.item-content > .item-content-actual {
	padding: 20px;
}
.item-image {
	background-repeat: none;
	background-size: cover;
	height: 50%;
	position: absolute;
	top: 50%;
	width: 100%;
}
.item-image:only-child {
	height: 100%;
}
.social-dashboard .item-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.item-type {
	bottom: -35px;
	position: absolute;
	width: 100%;
}
.item-type a:focus,
.item-type a:hover {
	text-decoration: none;
}

.item-type > div {
	border: 8px solid #fff;
	border-radius: 50%;
	font-size: 39px;
	height: 74px;
	line-height: 60px;
	margin: auto;
	padding: 7px 10px 10px 10px;
	width: 74px;
}
.item-content.no-image {
	padding-top: 50px;
	top: 30%;
}
.item-content.no-image > .item-type {
	bottom: auto !important;
	top: -35px !important;
}
:nth-child(2n+1) > .social-dashboard-item .item-content {
	top: 50%;
}
:nth-child(2n+1) > .social-dashboard-item .item-content > .item-content-actual {
	padding-top: 50px;
}
:nth-child(2n+1) > .social-dashboard-item .item-image {
	top: 0;
}
:nth-child(2n+1) > .social-dashboard-item .item-type {
	bottom: auto;
	top: -35px;
}

/* sidebar */
.side-icon {
	border-radius: 50%;
	float: left;
	font-size: 42px;
	height: 70px;
	line-height: 50px;
	text-align: center;
	width: 70px;
}

.side-icon > .clevericon {
	border-radius: 50%;
	float: right;
	font-size: 42px;
	height: 60px;
	line-height: 47px;
	text-align: center;
	width: 60px;
	padding-left: 10px;
}
.book-now .side-icon {
	border: #9f150c solid 11px;
	margin: 23px 11px 10px 17px;
}
.book-theme-park .side-icon {
	border: #e41f13 solid 11px;
	margin: 23px 11px 10px 17px;
}
.book-room .side-icon {
	border: #ffd600 solid 11px;
	margin: 31px 11px 10px 17px;
}
.sidebar {
	font-size: 16px;
}

.sidebar section + section {
	margin-top: 20px;
}

.sidebar h1 {
	font-size: 40px;
	line-height: 40px;
}
.sidebar .lead {
	font: 25px 'Luckiest-Guy', Arial, cursive;
	text-transform: uppercase;
}

.book p, .book h1 {
	margin: 0;
}
.book a {
	color: #fff;
}
.book a:hover {
	text-decoration: none;
}

.book-now {
	background: #e41f13;
	border: 4px solid #fab7b3;
	color: #fff;
	margin-bottom: 20px;
}
.book-now:hover {
	background: #265aa6;
	border-color: #c8e8ff;
}
.book-now a {
	color: #fff;
	display: block;
}
.book-now > h1 > a {
	padding: 23px 18px 0;
}
.book-now > p > a {
	padding: 0 18px 23px;
}

.book-link {
	display: block;
	margin-bottom: 20px;
}
.thomas .book-link {
	margin-bottom: 10px;
}

.book-theme-park {
	background: #ffd600;
	border: 4px solid #fff7cb;
	color: #e41f13;
	margin-bottom: 20px;
}
.book-theme-park:hover {
	background: #265aa6;
	border-color: #c8e8ff;
	color: #fff;
}
.book-theme-park a {
	display: block;
	color: #e41f13;
}
.book-theme-park:hover a {
	color: #fff;
}
.book-theme-park > h1 > a {
	padding: 23px 18px 0;
}
.book-theme-park > p > a {
	padding: 0 18px 23px;
}

.book-room {
	background: #265aa6;
	border: 4px solid #c8e8ff;
	color: #fff;
}
.book-room h1 {
	font-size: 27px;
	line-height: 27px;
}
.book-room:hover {
	background: #13a337;
	border-color: #a6dfb4;
}
.book-room a {
	display: block;
}
.book-room > p > a {
	color: #ffd600;
}
.book-room > h1 > a {
	padding: 23px 18px 0;
}
.book-room > p > a {
	padding: 0 18px 23px;
}

.today {
	border: 4px solid #fff;
	background: #fff;
}
.today > .content {
	padding: 14px 18px;
}

.poll {
	border: 4px solid #fff;
	background: #fff;
}
.poll > .content {
	padding: 14px 18px;
}

.sidebar > .opening-times {
	border: 4px solid #fff;
	background: #fff;
}
.sidebar > .opening-times h1, .opening-times h2 {
	font-size: 33px;
	text-align: center;
	margin-bottom: 5px;
}

.sidebar > .opening-times h2 {
	margin-top: 0;
}
.opening-times-carousel.slick-slider {
	margin-bottom: 0;
}
.opening-times-carousel .slick-prev,
.opening-times-carousel .slick-next {
	top: 12px;
}
.opening-times-carousel .slick-prev {
	left: 5px;
}
.opening-times-carousel .slick-next {
	right: 5px;
}

.opening-times tbody
{
	color: #383838;
	font-weight: bold;
	font-size: 15px;
}
.opening-times table {
	border-spacing: 0 !important;
	border-collapse: collapse;
}
.opening-times time {
	padding: 4px;
	display: block;
	margin: 2px;
}

.opening-time {
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	width: 20px;
}

.opening-times-full .month {
	border: 4px solid #fff;
	margin-bottom: 20px;
	background: #265aa6;
	color: #fff;
}

.opening-times-full time {
	padding: 13px;
	display: block;
	margin: 2px;
	font-size: 18px;
}

.opening-times-legend {
	font-size: 15px;
	margin-top: 10px;
}
.opening-times-legend li {
	padding-left: 20px;
}
.sidebar .btn-default {
	color: #0a7525;
	background-color: #bed006;
	border: 0;
}
.sidebar .btn {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
}
.sidebar .progress-bar {
	background: #bed006;
}
.sidebar .progress {
	background: #fff;
}
/* icons */
.icon {
	font-size: 30px;
}
/* table styling */

.page-content table {
	border-collapse: separate;
	border-spacing: 1px;
}

caption {
	background: #265aa6;
	font: 30px 'Luckiest-Guy', Arial, cursive;
	color: #fff;
	padding: 15px 0 5px;
}
.cms-table {
	border: none;
	color: #265aa6 !important;
}
.cms-table th,
.cms-table td {
	padding: 10px;
}
.cms-table th {
	background: #265aa6;
	color: #ffffff !important;

}
.cms-table tr:nth-of-type(odd) td {
	background: #fff;
}
.cms-table tr:nth-of-type(even) td {
	background: #e5e5e5;
}
/* social buttons */
.page-content .home-social-button {
	margin: 0 10px 20px 0;
}
.page-content .home-social-button > .clevericon {
	border-radius: 50%;
	float: right;
	font-size: 42px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	width: 50px;
}
/* pages */
#page-areas {
	margin-top: 20px;
}
.page-content {
	background: #fff;
	color: #265aa6;
	margin-bottom: 30px;
	padding: 32px 40px;
}
.page-area {
	border: 4px solid #fff;
	margin-bottom: 30px;
}
.page-area h2 {
	font-size: 36px;
}
.page-area .content {
	padding: 19px 19px 19px 30px;
	line-height: 20px;
}
.page-area .col-sm-push-5 .content {
	padding: 19px 19px 19px 0;
}
.page-area .content a {
	text-decoration: none;
}
.page-area-dropdown {
	padding: 20px;
}

.page-gallery .gallery-item > div {
	margin-right: 29px;
}
.page-gallery .slick-prev, .page-gallery .slick-next {
	width: 82px;
	height: 84px;
	top: 39%;
}
.page-gallery .slick-prev:before, .page-gallery .slick-next:before {
	content: '';
}
.page-gallery .slick-prev {
	background: url(../images/home-carousel-prev.png) no-repeat top left;
	left: -20px;
}
.page-gallery .slick-next {
	background: url(../images/home-carousel-next.png) no-repeat top left;
	right: 10px;
}


/* rides and attractions */
.attractions-section {
	border: 4px solid #fff;
	margin-bottom: 30px;
	height: 266px;
	overflow: hidden;
}
.attractions-section h2 {
	font-size: 36px;
}
.attractions-section .content {
	padding: 19px 19px 19px 30px;
	line-height: 20px;
}
.attractions-section .content > p {
	height: 78px;
	overflow: hidden;
}
.attractions-section .col-sm-push-5 .content {
	padding: 19px 19px 19px 0;
}
li.attractions-filter {
	margin-right: 12px;
}
.attractions-filter {
	font: 36px 'Luckiest-Guy', Arial, cursive;
	text-transform: uppercase;
}
.attractions-filter-checkbox {
	border: 4px solid #fff;
	display: inline-block;
	font: 25px/28px Arial;
	height: 30px;
	text-align: center;
	width: 30px;
}
.attractions-filter.selected .attractions-filter-checkbox:before {
	content: '✗';
	font-size: 35px;
}
.attractions-filter a {
	color: #fff !important;
	-webkit-transition: color 0.3s ease, color 0.3s ease !important;
	     -o-transition: color 0.3s ease, color 0.3s ease !important;
	        transition: color 0.3s ease, color 0.3s ease !important;
}
.attractions-filter a:visited {

}
.attractions-filter a:hover {
	color: #e4f8ff;
	color: rgba(255,255,255,0.7) !important;
	text-decoration: none;
}

.attraction {
	border: 4px solid #fff;
	font-size: 16px;
	margin-bottom: 30px;
	overflow: hidden;
}
.attraction .content {
	padding: 10px;
	margin-bottom: 50px;
}

.attraction h2 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 12px;
}
.attraction .attraction-url-overlay {
	bottom: 30px;
	left: 0;
	position: absolute;
	right: 10px;
	top: 0;
}
.attractions-section a.more {
	display: block;
	width: 105px;
	margin-top: 20px;
}
.attractions-section a:hover.more {
	text-decoration: none;
}
.attractions-section a.bg-9 {
	background: #fff !important;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease !important;
	     -o-transition: background-color 0.3s ease, color 0.3s ease !important;
	        transition: background-color 0.3s ease, color 0.3s ease !important;
}

.attractions-section.bg-1 a:hover.bg-9,
.attractions-section.bg-2 a:hover.bg-9,
.attractions-section.bg-3 a:hover.bg-9,
.attractions-section.bg-4 a:hover.bg-9,
.attractions-section.bg-5 a:hover.bg-9,
.attractions-section.bg-6 a:hover.bg-9,
.attractions-section.bg-7 a:hover.bg-9,
.attractions-section.bg-8 a:hover.bg-9,
.attractions-section.bg-9 a:hover.bg-9 {
	background: #e4e4e4;
	background: rgba(255,255,255,0.5) !important;
}

/* events */

.event-item {
	border: 4px solid #fff;
	margin-bottom: 30px;
}

.event-date {
	font: 26px 'Luckiest-Guy', Arial, cursive;
	color: #00adea;
	margin-top: 15px;
}

.event-item .content {
	padding: 11px 11px 11px 33px;
	line-height: 20px;
}
.event-item .col-sm-push-4 .content {
	padding: 11px 20px 7px 0;
}

.event-item h2 {
	font-size: 30px;
	margin-bottom: 0px;
}

.event-item a.more {
	display: block;
	width: 105px;
	margin-top: 20px;
}
.event-item a:hover.more {
	text-decoration: none;
}
.event-item a.bg-9 {
	background: #fff !important;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease !important;
			 -o-transition: background-color 0.3s ease, color 0.3s ease !important;
					transition: background-color 0.3s ease, color 0.3s ease !important;
}

.event-item.bg-1 a:hover.bg-9,
.event-item.bg-2 a:hover.bg-9,
.event-item.bg-3 a:hover.bg-9,
.event-item.bg-4 a:hover.bg-9,
.event-item.bg-5 a:hover.bg-9,
.event-item.bg-6 a:hover.bg-9,
.event-item.bg-7 a:hover.bg-9,
.event-item.bg-8 a:hover.bg-9,
.event-item.bg-9 a:hover.bg-9 {
	background: #e4e4e4;
	background: rgba(255,255,255,0.5) !important;
}

.cookie-warning {
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	left: 0;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10;
}

.breadcrumb {
	background: none;
	font-size: 12px;
	padding: 0;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb > li + li:before {
	content: '>';
}

/* THOMAS LAND PAGE */

.thomas .bg-3 {
	background-color: #e41f13 !important; /* to override other important for .bg-3 */
}

.thomas .brd-1-l-l {
	background-color: #e4f8ff !important; /* to override other important for .brd-1-l-l */
}

.thomas .home-carousel .item > .content {
	color: #36bcee;
	text-align: center;
}

.thomas .thomas-padding {
	padding-top: 220px;
}

.thomas .home-carousel .item > .content > h1 {
	color: #36bcee;
	font-family: 'Bevan', Arial, cursive;
	font-size: 30px;
	line-height: 33px;
	text-align: center;
}

.thomas .background {
	background: url(../images/thomas-background.png) no-repeat scroll center top #c3e9fc;
	background-size: contain;
	min-height: 4000px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}

.thomas-bg {
	background: url(../images/thomas-content-bg.png) center top;
	padding-bottom: 30px;
}

.thomas .home-carousel .item {
	border-radius: 15px;
}

.thomas .home-carousel .slick-prev,
.thomas .home-carousel .slick-next {
	top: 44%;
}

.thomas .slick-slide img {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

.thomas .slick-slide .more.banner-more {
	border-radius: 0;
}
.thomas .slick-slide .more {
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	font-family: 'Bevan', Arial, cursive;
	font-size: 20px;
}

.thomas .side-icon > .thomasicons {
	border-radius: 50%;
	float: right;
	font-size: 52px;
	height: 60px;
	line-height: 47px;
	text-align: center;
	width: 60px;
	padding-left: 5px;
	padding-top: 5px;
}
.thomas .book-now .side-icon {
	border: #9f150c solid 7px;
	margin: 23px 11px 10px 17px;
}
.thomas .book-theme-park .side-icon {
	border: #e41f13 solid 7px;
	margin: 23px 11px 10px 17px;
}
.thomas .book-room .side-icon {
	border: #ffd600 solid 7px;
	margin: 31px 11px 10px 17px;
}

.thomas .sub-icon-area {
	position: relative;
}

.thomas .subpages-sidebar h2 {
	font-family: 'Bevan', Arial, cursive;
	font-size: 22px;
	line-height: 23px;
	text-align: center;
}

.thomas .sub-icon {
	left: -14px;
	position: absolute;
	top: -20px;
	z-index: 10;
}

.thomas .clock-icon {
	background-color: #fcd207;
	border: #265aa6 solid 10px;
	border-radius: 50%;
	bottom: -44px;
	color: #002d56;
	font-size: 50px;
	left: 59px;
	position: absolute;
	z-index: 10;
}

.thomas-welcome-area {
	position: relative;
}

.thomas-welcome {
	left: 254px;
	position: absolute;
	top: -122px;
	z-index: 10;
}

.thomas .carousel-item h1 {
	font-family: 'Bevan', Arial, cursive;
	font-size: 70px;
	line-height: 70px;
}

.thomas .page-content {
	border-radius: 15px;
	-webkit-box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
}
.thomas .page-content h1,
.thomas .page-content h2,
.thomas .page-content h3,
.thomas .page-content h4,
.thomas .page-content h5,
.thomas .page-content h6 {
	font-family: 'Bevan', Arial, cursive;
}
.thomas .page-content h1 {
	font-size: 40px;
}

.thomas .page-content h2 {
	font-size: 28px;
}

.thomas .page-content h3 {
	font-size: 22px;
}

.thomas .page-content h4 {
	font-size: 18px;
}

.thomas .page-content h5 {
	font-size: 16px;
}

.thomas .page-content h6 {
	font-size: 12px;
}

.thomas .book-now {
	border-radius: 15px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
}

.thomas .book-theme-park {
	border-radius: 15px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
}

.thomas .book-room {
	border-radius: 15px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
}

.thomas .today {
	border-radius: 15px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
}

.thomas .opening-times {
	border-radius: 15px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
}

.thomas .lead {
	font-family: 'Bevan', Arial, cursive;
	font-size: 19px;
	line-height: 24px;
}
.thomas .sidebar h1 {
	font-family: 'Bevan', Arial, cursive;
	font-size: 31px;
	line-height: 38px;
}

.thomas .sidebar .book-now h1 {
	font-family: 'Bevan', Arial, cursive;
	font-size: 35px;
	line-height: 40px;
}

.thomas .sidebar .book-theme-park h1 {
	font-family: 'Bevan', Arial, cursive;
	font-size: 35px;
	line-height: 40px;
}

.thomas .sidebar .book-room h1 {
	font-family: 'Bevan', Arial, cursive;
	font-size: 20px;
	line-height: 26px;
}

.thomas .outer {
	width: 189px;
	background: none;
	border-top: 0;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
box-shadow: 0 10px 0 0 rgba(13,13,14,0.2);
}
.thomas .inner {
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-top: 0;
	width: 189px;
	background: #265aa6;
	position: relative;
	margin-top: 29px;
	border-radius: 1px;
}
.thomas .outer:before {
	content:"";
	width: 189px;
	border: 4px solid #fff;
	height: 62px;
	background: #265aa6;
	border-radius: 100% 100% 0 0;
	position: absolute;
	top:0;
	left: 0px;
}

.thomas .subpages-nav > li > a {
	background: #dbf0f9;
}
.thomas .subpages-nav > li > a:hover {
	background: #bed006;
	color: #fff;
}

/* brand colours, oh the huge manatee */
.tc-1,
.page-content.tc-1 .breadcrumb a {
	color: #e41f13 !important;
}
.tc-2,
.page-content.tc-2 .breadcrumb a {
	color: #265aa6 !important;
}
.tc-3,
.page-content.tc-3 .breadcrumb a {
	color: #e84e0f !important;
}
.tc-4,
.page-content.tc-4 .breadcrumb a {
	color: #bed006 !important;
}
.tc-5,
.page-content.tc-5 .breadcrumb a {
	color: #13a337 !important;
}
.tc-6,
.page-content.tc-6 .breadcrumb a {
	color: #36bcee !important;
}
.tc-7,
.page-content.tc-7 .breadcrumb a {
	color: #707070 !important;
}
.tc-8,
.page-content.tc-8 .breadcrumb a {
	color: #ffd600 !important;
}
.tc-9 {
	color: #fff !important;
}

/* a text colour white inside page content means text colour for the white theme, which is blue */
.page-content.tc-9 { color: #265aa6 !important; }
.page-content.tc-9 .breadcrumb a { color: #265aa6 !important; }
.page-content .breadcrumb a { color: #265aa6 !important; }

.tc-bg-1,
.tc-bg-1 a { color: #fab7b3 !important; }
.tc-bg-2,
.tc-bg-2 a { color: #c8e8ff !important; }
.tc-bg-3,
.tc-bg-3 a { color: #ffccb7 !important; }
.tc-bg-4,
.tc-bg-4 a { color: #f5f9cb !important; }
.tc-bg-5,
.tc-bg-5 a { color: #fff !important; }
.tc-bg-6,
.tc-bg-6 a { color: #fff !important; }
.tc-bg-7,
.tc-bg-7 a { color: #383838 !important; }
.tc-bg-8,
.tc-bg-8 a { color: #383838 !important; }
.tc-bg-9,
.tc-bg-9 a { color: #265aa6 !important; }

.attractions-section > .tc-bg-1,
.tc-bg-1 a { color: #e41f13 !important; }
.attractions-section > .tc-bg-2,
.tc-bg-2 a { color: #265aa6 !important; }
.attractions-section > .tc-bg-3,
.tc-bg-3 a { color: #e84e0f !important; }
.attractions-section > .tc-bg-4,
.tc-bg-4 a { color: #bed006 !important; }
.attractions-section > .tc-bg-5,
.tc-bg-5 a { color: #13a337 !important; }
.attractions-section > .tc-bg-6,
.tc-bg-6 a { color: #36bcee !important; }
.attractions-section > .tc-bg-7,
.tc-bg-7 a { color: #e4e4e4 !important; }
.attractions-section > .tc-bg-8,
.tc-bg-8 a { color: #ffd600 !important; }
.attractions-section > .tc-bg-9,
.tc-bg-9 a { color: #265aa6 !important; }

.attraction a.more {
	background: #fff;
	bottom: 34px;
	left: 19px;
	position: absolute;
	right: 19px;
}

.tc-bg-1 .page-area-dropdown a { color: #fff !important; }
.tc-bg-2 .page-area-dropdown a { color: #fff !important; }
.tc-bg-3 .page-area-dropdown a { color: #fff !important; }
.tc-bg-4 .page-area-dropdown a { color: #fff !important; }
.tc-bg-5 .page-area-dropdown a { color: #fff !important; }
.tc-bg-6 .page-area-dropdown a { color: #fff !important; }
.tc-bg-7 .page-area-dropdown a { color: #fff !important; }
.tc-bg-8 .page-area-dropdown a { color: #fffade !important; }
.tc-bg-9 .page-area-dropdown a { color: #86ccff !important; }

.tc-1-l { color: #fab7b3 !important; }
.tc-2-l { color: #c8e8ff !important; }
.tc-3-l { color: #ffccb7 !important; }
.tc-4-l { color: #ebf29f !important; }
.tc-5-l { color: #a6dfb4 !important; }
.tc-6-l { color: #e4f8ff !important; }
.tc-7-l { color: #e4e4e4 !important; }
.tc-8-l { color: #fff7cb !important; }
.tc-9-l { color: #fff !important; }

.bg-1 { background-color: #e41f13 !important; }
.bg-2 { background-color: #265aa6 !important; }
.bg-3 { background-color: #e84e0f !important; }
.bg-4 { background-color: #bed006 !important; }
.bg-5 { background-color: #13a337 !important; }
.bg-6 { background-color: #36bcee !important; }
.bg-7 { background-color: #e4e4e4 !important; }
.bg-8 { background-color: #ffd600 !important; }
.bg-9 { background-color: #fff !important; }

.bg-1-l { background-color: #fab7b3 !important; }
.bg-2-l { background-color: #c8e8ff !important; }
.bg-3-l { background-color: #ffccb7 !important; }
.bg-4-l { background-color: #ebf29f !important; }
.bg-5-l { background-color: #a6dfb4 !important; }
.bg-6-l { background-color: #e4f8ff !important; }
.bg-7-l { background-color: #e4e4e4 !important; }
.bg-8-l { background-color: #fff7cb !important; }
.bg-9-l { background-color: #fff !important; }

.bg-1-l-l { background-color: #fff5f4 !important; }
.bg-2-l-l { background-color: #e4f8ff !important; }
.bg-3-l-l { background-color: #ffccb7 !important; }
.bg-4-l-l { background-color: #fdffe9 !important; }
.bg-5-l-l { background-color: #a6dfb4 !important; }
.bg-6-l-l { background-color: #e4f8ff !important; }
.bg-7-l-l { background-color: #e4e4e4 !important; }
.bg-8-l-l { background-color: #fff7cb !important; }
.bg-9-l-l { background-color: #fff !important; }

.bg-2-d { background-color: #03375d !important; }

.brd-1 { border-color: #e41f13 !important; }
.brd-2 { border-color: #265aa6 !important; }
.brd-3 { border-color: #e84e0f !important; }
.brd-4 { border-color: #bed006 !important; }
.brd-5 { border-color: #13a337 !important; }
.brd-6 { border-color: #36bcee !important; }
.brd-7 { border-color: #e4e4e4 !important; }
.brd-8 { border-color: #ffd600 !important; }
.brd-9 { border-color: #fff !important; }

.brd-1-l { border-color: #fab7b3 !important; }
.brd-2-l { border-color: #c8e8ff !important; }
.brd-3-l { border-color: #ffccb7 !important; }
.brd-4-l { border-color: #ebf29f !important; }
.brd-5-l { border-color: #a6dfb4 !important; }
.brd-6-l { border-color: #e4f8ff !important; }
.brd-7-l { border-color: #e4e4e4 !important; }
.brd-8-l { border-color: #fff7cb !important; }
.brd-9-l { border-color: #fff !important; }

.brd-1-l-l { border-color: #fff5f4 !important; }
.brd-2-l-l { border-color: #e4f8ff !important; }
.brd-3-l-l { border-color: #ffccb7 !important; }
.brd-4-l-l { border-color: #fdffe9 !important; }
.brd-5-l-l { border-color: #a6dfb4 !important; }
.brd-6-l-l { border-color: #e4f8ff !important; }
.brd-7-l-l { border-color: #e4e4e4 !important; }
.brd-8-l-l { border-color: #fff7cb !important; }
.brd-9-l-l { border-color: #fff !important; }
