

/********************** DEFAULT STYLES **********************/

* { margin:0; padding:0; }

.carousel-control-prev-icon {
	background-image: url('../images/arrowLeft.svg') !important;
}

.carousel-control-next-icon {
	background-image: url('../images/arrowRight.svg') !important;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 70%;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
			width: 60%;
		}

		.bannerImage {
			display: none;
		}

		.mainHeading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2.75em;
			text-transform: uppercase;
			letter-spacing: 1px;
			line-height: 0.8em;
			padding: 1px 0 1px 20px;
			margin: 10px 0 20px 0px;
			border-left: 10px solid #0468B0;
			width: 100%;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: auto;
		}

			.presentedBy p {
				text-align: center;
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				text-transform: uppercase;
				font-size: 0.6em;
				margin: auto auto -2px auto;
			}

			.presentedBy img {
				width: 125px;
				height: auto;
				margin: auto;
				margin-top: 10px;
			}

		/***********************************/

		.contentsection {
			width: 100%;
			height: auto;
		}

			.contentsection h2 {
				font-family: 'Poppins', sans-serif;
				font-weight: 900;
				font-size: 1.5em;
				margin: auto auto 8px auto;
			}

			.contentsection h3 {
				font-family: 'Poppins', sans-serif;
				font-weight: 900;
				font-size: 1.125em;
				margin: auto auto 0px auto;
				color: #e11d37;
			}

			.contentsection p {
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				font-size: 0.85em;
				margin: 10px auto;
			}

			.fineprint {
				font-size: 0.6em !important;
				font-style: italic;
				margin: 12px auto;
			}

		.buttonarea {
			width: 100%;
			height: auto;
			margin-bottom: 12px;
		}

			.buttonarea a {
				display: block;
				width: 100%;
				height: auto;
				padding: 12px;
				background-color: #e11d37;
				border: 1px solid #e11d37;
				color: #fff;
				text-align: center;
				text-transform: uppercase;
				transition: 0.3s;
				margin-bottom: 6px;
				font-size: 1.25em;
				border-radius: 5px;
			}

				.buttonarea a:hover {
					background-color: #fff;
					color: #e11d37;
					text-decoration: none;
				}

				.buttonarea a:active {
					background-color: #fff;
					color: #e11d37;
					text-decoration: none;
				}

			.buttonarea div {
				display: block;
				width: 100%;
				height: auto;
				padding: 12px;
				background-color: #0468B0;
				color: #fff;
				text-align: center;
				font-size: 0.85em;
				line-height: 1em;
			}

		.admissionsrates {
			width: 100%;
			height: auto;
			padding: 18px;
			border: 1px solid lightgrey;
			margin: auto auto 12px auto;
		}

		.publichours {
			width: 100%;
			height: auto;
			padding: 18px;
			border: 1px solid lightgrey;
			margin: auto auto 12px auto;
		}

		.addressBox {
			width: 100%;
			height: auto;
			padding: 24px;
			background-image: url('../images/slideBG_logo_grey.jpg');
			background-size: 100% auto;
			background-position: 100% 100%;
			background-color: #d0d0d0;
			background-repeat: no-repeat;
			font-family: 'Lato', sans-serif;
			margin-bottom: 12px;
		}

			.addressBox h2 {
				font-family: 'Poppins', sans-serif;
				font-weight: 900;
				font-size: 1.25em;
				margin: 0px 0px 6px 0px;
			}

			.addressBox p {
				font-weight: 500 !important;
				margin:0;
			}

			.locationsdirections {
				display: block;
				width: 100%;
				height: auto;
				padding: 6px;
				color: #fff;
				background-color: #0468B0;
				text-align: center;
				font-size: 0.85em;
				margin-top: 12px;
				border-radius: 5px;
			}

				.locationsdirections:hover {
					color: #fff;
				}

		.priorityInfoDESKTOP {
			display: none;
		}

		.priorityInfo {
			width: 100%;
			height: auto;
			padding: 18px;
			border: 1px solid lightgrey;
			margin: auto auto 12px auto;
		}

			.priorityInfo li {
				margin-left: 18px;
				margin-bottom: 6px;
				padding-left: 12px;
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				font-size: 0.8em;
			}

		.appwindow {
			width: 100%;
			height: auto;
			text-align: center;
			margin: auto auto 12px auto;
		}

			.applogo {
				width: auto;
				height: 35.5px !important;
				margin: 3%;
			}

			.appIMG {
				width: 100%;
				/*height: 145px;*/
				padding-top: 48.6%;
				background-image: url('../images_visit/app_placeholder.jpg');
				background-size: 100% auto;
				background-position: 50%;
				background-repeat: no-repeat;
			}

			.appText {
				width: 100%;
				height: auto;
				padding: 18px;
				background-color: lightgrey;
			}

	.redtext {
		color: #e11d37;
		margin-bottom: 24px !important;
	}

		.redtext a {
			color: #e11d37;
			text-decoration: underline;
		}

	.promocodetext {
		font-weight: 900 !important;
		margin-bottom: 12px !important;
		margin-top: 24px !important;
		font-size: 1.125em !important;
		line-height: 1em;
	}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.breadcrumbNav {
		width: 70%;
	}

	.mainHeading {
		width: 100%;
		margin-top: 8px;
	}

	.presentedBy {
		margin-top: -32px;
	}

	/***********************************/

	.contentsection {
		width: 100%;
		height: auto;
	}

		.contentsection h2 {
			font-size: 1.85em;
			margin: auto auto 8px auto;
		}

		.contentsection h3 {
			font-size: 1.25em;
			margin: auto;
		}

		.contentsection p {
			font-size: 1em;
			margin: 10px auto;
		}

		.fineprint {
			font-size: 0.6em !important;
			margin: 12px auto auto auto !important;
		}

	.addressBox p {
		margin: 0px !important;
	}

	.buttonarea div {
		font-size: 1em;
		line-height: 1.125em;
	}

		/*.appIMG {
			height: 160px;
			background-size: 100% auto;
		}*/

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

@media screen and (min-width: 414px)  {

	/*.appIMG {
		height: 170px;
		background-size: 100% auto;
	}*/

	.mainHeading {
		font-size: 2.75em;
		margin-top: -6px;
	}

    .presentedBy {
        margin-top: -16px;
    }
	
}

/************************************************************/

@media screen and (min-width: 480px)  {

	

					.presentedBy p {
					font-size: 0.6em;
				}
	
}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 10px;
	}

		.breadcrumbNav {
			margin: auto 10px;
			width: 60%;
		}

		.mainHeading {
			margin: 20px 0 30px 10px;
			width: 60%;
		}

		.presentedBy {
			margin: 5px 10px auto auto;
		}
	
	/***********************************/

	.addressBox {
		width: 100%;
		height: auto;
		padding: 13px 18px 18px 18px;
		margin-bottom: 12px;
	}

		.addressBox h2 {
			font-size: 1em;
			margin: 0px 0px 6px 0px;
		}

		.addressBox p {
			font-weight: 500 !important;
			margin: 0;
			font-size: 1em;
		}

	.appwindow {
	}

		.applogo {
			width: auto;
			height: 35.5px !important;
			margin: 5px 3%;
		}

		.appIMG {
			width: 40%;
			height: 300px;
			padding-top: 0;
			background-image: url('../images_visit/app_placeholder.jpg');
			background-size: auto 100%;
			background-position: 0% 50%;
			float: left;
		}

		.appText {
			width: 60%;
			height: 300px;
			padding: 3%;
			float: left;
		}

	.bloglogos {
		width: 100%;
		height: auto;
		padding: 18px;
		text-align: center;
		border: 1px solid lightgrey;
	}

		.tripadvisor {
			width: 30%;
			height: auto;
			margin: 40px auto;
		}

}

/************************************************************/

@media screen and (min-width: 667px) {

	.mainHeading {
		width: 60%;
	}

	/***********************************/

	.appwindow {
	}

		.applogo {
			width: auto;
			height: 35.5px !important;
			margin: 5px 3%;
		}

		.appIMG {
			width: 30%;
			padding-top: 0;
			height: 250px;
			background-image: url('../images_visit/app_placeholder.jpg');
			background-size: auto 107%;
			background-position: 0 50%;
			float: left;
		}

		.appText {
			width: 70%;
			height: 250px;
			padding: 3%;
			float: left;
		}

}

/************************************************************/

@media screen and (min-width: 736px)  {

	.mainHeading {
		width: 50%;
	}

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 25px;
	}

		.breadcrumbNav {
			margin-left: 0px;
			width: 100%;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images_visit/ticketsvisitorinfo_banner.jpg');
			background-size: 100% auto;
			background-position: 50% 20%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
			width: 60%;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: -10px;
		}

		.presentedBy img {
				width: 185px;
			}

	/***********************************/

		.contentsection {
		}

			.contentsection h2 {
				font-size: 1.25em;
				margin: auto auto 8px auto;
			}

			.contentsection h3 {
				font-size: 1em;
				margin: auto auto 0px auto;
			}

			.contentsection p {
				margin: 10px auto;
			}

			.fineprint {
				font-size: 0.6em !important;
				margin: 12px auto;
			}

		.buttonarea {
			float: right;
			width: 49%;
		}

		.admissionsrates {
			width: 49%;
			height: auto;
			/*margin: auto auto 12px auto;*/
			float: left;
		}	

			.admissionsrates table tr th {
				font-size: 1em !important;
			}

			.admissionsrates table tr td {
				font-size: 1em !important;
			}

		.publichours {
			display: inherit;
			width: 49%;
			height: auto;
			margin: auto auto 12px auto;
			float: left;
		}

		.priorityInfo {
			display: none;
		}

		.priorityInfoDESKTOP {
			display: inherit;
			float: right;
			width: 49%;
			height: auto;
			padding: 18px;
			border: 1px solid lightgrey;
			margin: auto auto 12px auto;
		}

			.priorityInfoDESKTOP li {
				margin-left: 18px;
				margin-bottom: 6px;
				padding-left: 12px;
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				font-size: 1em;
			}

		.addressBox {
			display: inherit;
			width: 49%;
			height: auto;
			margin: auto auto 12px auto;
			float: left;
			padding: 18px;
		}

		.appwindow {
			float: left;
			width: 49%;
			height: auto;
			text-align: center;
			margin: auto auto 12px auto;
		}

			.applogo {
				width: auto;
				height: 35.5px !important;
				margin: 3%;
			}

			.appIMG {
				width: 100%;
				height: auto;
				padding-top: 48.6%;
				background-size: 100% auto;
				background-position: 50%;
				background-repeat: no-repeat;
			}

			.appText {
				width: 100%;
				height: auto;
				padding: 18px;
				background-color: lightgrey;
			}


		/*.appwindow {
			width: 100%;
			height: auto;
			text-align: center;
			margin: auto auto 12px auto;
		}

			.applogo {
				width: auto;
				height: 35.5px !important;
				margin: 3%;
			}

			.appIMG {
				width: 25%;
				height: 225px;
				background-image: url('../images/01_visit/app_placeholder.jpg');
				background-size: auto 110%;
				background-position: 0 50%;
			}

			.appText {
				width: 75%;
				height: 225px;
				padding: 24px;
				background-color: lightgrey;
			}*/

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

    .container-01 {
		padding: 25px;
	}

		.bannerImage {
			display: inline-block;
			background-size: 100% auto;
			background-position: 50% 60%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}

	.admissionsrates {
    	height: auto;
    }

    .publichours {
    	height: auto;
    }
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.mainHeading {
			width: 50%;
		}

	/***********************************/

		.contentsection {
		}

			.contentsection h2 {
				font-size: 1.25em;
				margin: auto auto 8px auto;
			}

			.contentsection h3 {
				font-size: 1em;
				margin: auto auto 0px auto;
			}

			.contentsection p {
				margin: 10px auto;
			}

			.fineprint {
				font-size: 0.6em !important;
				margin: 12px auto;
			}

		.admissionsrates {
			width: 49%;
			height: auto;
			margin: auto 1% 12px auto;
			float: left;
		}

		.publichours {
			width: 49%;
			height: auto;
			float: left;
		}

		.priorityInfo {
			
		}
	
}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 40px 40px; 
	}

	.mainHeading {
		width: 400px;
	}

	.buttonarea {
		width: 40%;
	}

	.admissionsrates {
		width: 58%;
	}

	.priorityInfoDESKTOP {
		width: 40%;
		padding: 36px;
	}

	.publichours {
		width: 58%;
	}

	.addressBox {
		width: 58%;
	}

		.addressBox h2 {
			margin-top: 0px !important;
		}

		.locationsdirections {
			display: inline-block;
			width: auto;
			padding: 6px 12px;
		}

	.appwindow {
		float: left;
		width: 58%;
		height: auto;
		text-align: center;
		margin: auto auto 12px auto;
	}

		.applogo {
			width: auto;
			height: 35.5px !important;
			margin: 3%;
		}

		.appIMG {
			width: 25%;
			height: 260px;
			padding: 0;
			background-size: auto 100%;
			background-position: 6% 50%;
		}

		.appText {
			width: 75%;
			height: 260px;
			padding: 24px;
			background-color: lightgrey;
		}

}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {

	.container-01 {
		width: 1280px;
		margin: auto;
	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 40px 0 30px 0;
		}

		.presentedBy {
			margin-top: -15px;
		}

			.presentedBy img {
				width: 250px;
				margin-bottom: 0px;
				margin-top: 15px;
				margin-right:-10px;
			}

	/***********************************/

	.contentsection {
	}

		.contentsection h2 {
			font-size: 1.7em;
			margin: auto auto 8px auto;
		}

		.contentsection h3 {
			font-size: 1.25em;
			margin: auto auto 8px auto;
		}

		.contentsection p {
			margin: 10px auto;
		}

		.fineprint {
			font-size: 0.6em !important;
			margin: 12px auto;
		}

	.addressBox h2 {
		font-size: 1.5em;
		margin-top: 6px;
	}

	.addressBox p {
		font-size: 1em;
	}

	.appIMG {
		width: 25%;
		height: 260px;
		padding: 0;
		background-size: auto 100%;
		background-position: 2% 50%;
	}
	
}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














