

/********************** 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;
}

.subheading {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
}

.gridCopy a {
	color: #0468B0;
}


/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 50%;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
		}

		.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 10px auto;
			}

			.presentedBy img {
				width: 70px;
				height: auto;
				margin: auto;
			}

		.gridSection {
			width: 100%;
			height: auto;
		}

			.gridCard {
				float: none;
				display: inline-block;
				width: 100%;
				height: auto;
				margin: auto auto 35px auto;
				transition: 0.3s !important;
			}

			.gridImage {
				width: 100%;
				height: 200px;
				background-position: 50% 50%;
				float: none;
				transition: 0.3s !important;
			}

			/*a .gridImage {
				transition: 0.3s !important;
			}*/

				a #grid01 {
					background-image: url('../images/01_visit/groupBookings_grid_01.jpg');
					background-size: auto 100%;
				}

				a #grid02 {
					background-image: url('../images/01_visit/groupBookings_grid_02.jpg');
					background-size: auto 100%;
				}

				a #grid03 {
					background-image: url('../images/01_visit/groupBookings_grid_03.jpg');
					background-size: auto 100%;
				}

				a #grid04 {
					background-image: url('../images/01_visit/groupBookings_grid_04.jpg');
					background-size: auto 100%;
				}

			.gridContent {
				display: inline-block;
				width: 100%;
				height: auto;
				float: none;
			}

				.gridHeading {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					background-color: #fff;
					color: #000;
					font-size: 1.5em;
					margin: 15px auto 0px auto;
					height: auto;
				}

				.gridCopy {
					font-family: 'Poppins', sans-serif;
					font-weight: 500;
					background-color: #fff;
					color: #000;
					font-size: 0.75em;
					margin: 5px auto 5px auto;
					height: auto;
				}

				.gridButton {
					display: inline-block;
					font-family: 'Lato', sans-serif;
					font-weight: 400;
					background-color: #0468B0;
					color: #fff;
					text-transform: uppercase;
					border-radius: 4px;
					padding: 4px 15px;
					font-size: 0.85em;
					height: auto;
					transition: 0.3s;
				}

					.gridButton:hover {
						background-color: lightgrey;
						color: #0468B0;
						text-decoration: none;
					}

					.gridButton:active {
						background-color: lightgrey;
						color: #0468B0;
						text-decoration: none;
					}

					.gridCard:hover > a .gridImage {
						background-size: auto 115% !important;
						transition: 0.3s !important;
					}

		.buttonArea {
			width: 100%;
			height: auto;
			padding: 10px;
			background-color: #e6e7e8;
			margin: 0 0 25px 0px;
		}

			.buttonArea button {
				text-align: center;
				background-color: #0468B0;
				font-family: 'Lato', sans-serif;
				font-weight: 500;
				color: #fff;
				text-transform: uppercase;

				width: 100%;
				height: auto;
				padding: 10px;

				font-size: 1.125em;
				line-height: 0.9em;
				border: 0px;
			}

				.leftButton {
					margin-bottom: 10px;
					float: none;
				}

				.rightButton {
					float: none;
				}

	.fineprint {
		font-size: 0.6em !important;
		font-style: italic;
		margin: 12px auto;
	}

	.shadeBox li {
		margin-left: 20px;
		margin-bottom: 6px;
	}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.breadcrumbNav {
		width: 70%;
	}

	.mainHeading {
		width: 100%;
		margin-top: 8px;
	}

	.presentedBy {
		margin-top: 8px;
	}

	.fineprint {
		font-size: 0.6em;
		/*margin: 12px auto auto auto;*/
	}

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

@media screen and (min-width: 414px)  {

	.container-01 {
	}

		.mainHeading {
			margin-top: -6px;
		}

		.gridSection {
		}

			.gridImage {
				height: 250px;
			}

			.gridContent {
			}

				.gridHeading {
					font-size: 1.75em;
					margin: 15px auto 0px auto;
				}

				.gridCopy {
					font-family: 'Poppins', sans-serif;
					font-weight: 500;
					background-color: #fff;
					color: #000;
					font-size: 0.75em;
					margin: 5px auto 5px auto;
				}

				.gridButton {
					display: inline-block;
					font-family: 'Lato', sans-serif;
					font-weight: 400;
					background-color: #0468B0;
					color: #fff;
					text-transform: uppercase;
					border-radius: 4px;
					padding: 4px 15px;
					font-size: 0.85em;
					clear: both;
				}


}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@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: 8px 10px auto auto;
		}

		.gridSection {
		}

			.gridCard {
				float: left;
				width: 46.5%;
				height: auto;
				margin: auto 1.75% 35px 1.75%;
			}

			.gridImage {
				width: 100%;
				height: 125px;
				background-position: 50% 50%;
				float: none;
			}

				a #grid01 {
					background-size: 100% auto;
				}

				a #grid02 {
					background-size: 100% auto;
				}

				a #grid03 {
					background-size: 100% auto;
				}

				a #grid04 {
					background-size: 100% auto;
				}

				a #grid05 {
					background-size: 100% auto;
				}

				a #grid06 {
					background-size: 100% auto;
				}

			.gridContent {
				width: 100%;
				height: auto;
				float: none;
			}

				.gridHeading {
					font-size: 1.25em;
					margin: 15px auto 0px auto;
				}

				.gridCopy {
					font-size: 0.65em;
					margin: 5px auto 10px auto;
					height: 40px;
				}

				.gridButton {
				}

				.gridCard:hover > a .gridImage {
						background-size: 110% auto !important;
					}

		.buttonArea {
			width: 100%;
			height: auto;
			padding: 10px;
			margin: 0 0 25px 0px;
		}

			.buttonArea button {
				width: 49%;
				height: auto;
				padding: 10px;

				font-size: 1.125em;
				line-height: 0.9em;
				border: 0px;
			}

				.leftButton {
					margin-bottom: 0px;
					float: left;
				}

				.rightButton {
					float: right;
				}

}

/************************************************************/

@media screen and (min-width: 667px) {

	.gridImage {
		width: 100%;
		height: 150px;
		background-position: 50% 50%;
		float: none;
	}

	.gridHeading {
		font-size: 1.5em;
	}

	.gridCopy {
		font-size: 0.75em;
		margin: 5px auto 10px auto;
		height: 50px;
	}

	.gridButton {
	}

}

/************************************************************/

@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/01_visit/groupBookings_topBanner.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: 0px;
		}

		.gridSection {
			width: 103.5%;
			margin-left: -15px;
		}

		.buttonArea {
			width: 100%;
			height: auto;
			padding:15px;
			background-color: #e6e7e8;
			margin: 0 0 25px 0px;
		}

			.buttonArea button {
				width: 48.5%;
				height: auto;
				padding: 10px;

				font-size: 1.125em;
				line-height: 0.9em;
				border: 0px;
			}

				.leftButton {
					margin-bottom: 0px;
					float: left;
				}

				.rightButton {
					float: right;
				}

	.gridSection {
		}

			.gridCard {
				float: left;
				width: 46.5%;
				height: auto;
				margin: auto 1.75% 35px 1.75%;
			}

	.fineprint {
		font-size: 0.6em !important;
		margin: 12px auto;
	}


}

/************************************************************/

@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-image: url('../images/01_visit/groupBookings_topBanner.jpg');
			background-size: 100% auto;
			background-position: 50% 60%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
			width: 60%;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}

		.gridSection {
			width: 103.5%;
			margin-left: -15px;
		}

	.gridSection {
		}

			.gridCard {
				float: left;
				width: 46.5%;
				height: auto;
				margin: auto 1.75% 35px 1.75%;
			}
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 200px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.mainHeading {
			width: 50%;
		}

		.gridSection {
			width: 103%;
			margin-left: -10px;
		}

			.gridCard {
				width: 31%;
				margin: auto 1% 40px 1%;
			}
				.gridHeading {
					font-size: 1.5em;
				}

				.gridCopy {
					height: 80px;
					font-size: 0.9em;
				}

				.gridButton {
					font-size: 0.9em;
				}


	.fineprint {
		font-size: 0.6em !important;
		margin: 12px auto;
	}

	#section-2 {
		position: absolute;
		top: 900px;
	}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 200px 40px 0px 40px; 
	}

		.gridCard {
			height: 375px;
		}

	#section-2 {
		position: absolute;
		top: 1050px;
	}

}

/************************************************************/

@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 img {
			width: 100px;
		}

		.gridSection {
		}

			.gridImage {
				height: 200px;
				background-position: 50% 50%;
			}

			.gridCard {
				height: 400px;
			}

				.gridHeading {
					font-size: 1.75em;
				}

				.gridCopy {
					height: auto;
					font-size: 1em;
				}

				.gridButton {
					font-size: 0.9em;
				}

	.fineprint {
		font-size: 0.6em !important;
		margin: 12px auto;
	}

	#section-2 {
		position: absolute;
		top: 1150px;
	}

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














